public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-scheme/schemik/files: schemik-1.2.40.0-asneeded.patch
@ 2010-09-16 14:10 TomAs Touceda (chiiph)
  0 siblings, 0 replies; only message in thread
From: TomAs Touceda (chiiph) @ 2010-09-16 14:10 UTC (permalink / raw
  To: gentoo-commits

chiiph      10/09/16 14:10:04

  Added:                schemik-1.2.40.0-asneeded.patch
  Log:
  Add as-needed patch, wrt bug 330623
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-scheme/schemik/files/schemik-1.2.40.0-asneeded.patch?rev=1.1&content-type=text/plain

Index: schemik-1.2.40.0-asneeded.patch
===================================================================
Fixing build with as-needed, respect LDFLAGS

http://bugs.gentoo.org/show_bug.cgi?id=330623

--- Makefile
+++ Makefile
@@ -4,7 +4,7 @@
 STATIC_NAME="schemik-i686-linux-static"
 
 all: stack_eval.o types.o functions.o env.o initial_env.o schemik.c rt.o int_funcs.o readline_wrapper.o config.h thread_pool.o parser.o lexer.o errors.o
-	$(CC) ${COMP_ARGS} `pkg-config --libs --cflags glib-2.0` -o schemik stack_eval.o types.o int_funcs.o functions.o env.o initial_env.o rt.o readline_wrapper.o thread_pool.o parser.o lexer.o errors.o schemik.c -lgc -lpthread -lreadline -lncurses -lm
+	$(CC) $(LDFLAGS) ${COMP_ARGS} -o schemik stack_eval.o types.o int_funcs.o functions.o env.o initial_env.o rt.o readline_wrapper.o thread_pool.o parser.o lexer.o errors.o schemik.c -lgc -lpthread -lreadline -lncurses -lm `pkg-config --libs --cflags glib-2.0`
 
 stack_eval.o: stack_eval.c eval.h vm.h vm.c stack.c stack.h int_funcs.h functions.h rt.h mutex.h types.h config.h dump_vm.c tm_log.c tm_log.h constants.def
 	$(CC) ${COMP_ARGS} `pkg-config --cflags glib-2.0` -c stack_eval.c






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-16 14:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-16 14:10 [gentoo-commits] gentoo-x86 commit in dev-scheme/schemik/files: schemik-1.2.40.0-asneeded.patch TomAs Touceda (chiiph)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox