public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/radare/files: radare-1.5-more-ldflags.patch
@ 2011-02-23 16:00 Kevin McCarthy (signals)
  0 siblings, 0 replies; only message in thread
From: Kevin McCarthy (signals) @ 2011-02-23 16:00 UTC (permalink / raw
  To: gentoo-commits

signals     11/02/23 16:00:09

  Added:                radare-1.5-more-ldflags.patch
  Log:
  Drop vala use flag. Bug 348431
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-util/radare/files/radare-1.5-more-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/radare/files/radare-1.5-more-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/radare/files/radare-1.5-more-ldflags.patch?rev=1.1&content-type=text/plain

Index: radare-1.5-more-ldflags.patch
===================================================================
Additional LDFLAGS forgotten in first patch

Patch by Kevin McCarthy <signals@gentoo.org>

--- src/plug/hack/Makefile
+++ src/plug/hack/Makefile
@@ -30,19 +30,19 @@
 scriptedit.${SO}:
 else
 gtk-hello.${SO}:
-	-${CC} `pkg-config gtk+-2.0 --cflags --libs` gtk-hello.c -I ../.. -fPIC -shared -g -o gtk-hello.${SO}
+	-${CC} ${LDFLAGS} `pkg-config gtk+-2.0 --cflags --libs` gtk-hello.c -I ../.. -fPIC -shared -g -o gtk-hello.${SO}
 
 gtk-actions.${SO}:
-	-${CC} `pkg-config gtk+-2.0 --cflags --libs` gtk-actions.c -I ../.. -fPIC -shared -g -o gtk-actions.${SO}
+	-${CC} ${LDFLAGS} `pkg-config gtk+-2.0 --cflags --libs` gtk-actions.c -I ../.. -fPIC -shared -g -o gtk-actions.${SO}
 
 gtk-prefs.${SO}:
-	-${CC} `pkg-config gtk+-2.0 --cflags --libs` gtk-prefs.c -I ../.. -fPIC -shared -g -o gtk-prefs.${SO}
+	-${CC} ${LDFLAGS} `pkg-config gtk+-2.0 --cflags --libs` gtk-prefs.c -I ../.. -fPIC -shared -g -o gtk-prefs.${SO}
 
 gtk-topbar.${SO}:
-	-${CC} `pkg-config gtk+-2.0 --cflags --libs` gtk-topbar.c -I ../.. -fPIC -shared -g -o gtk-topbar.${SO}
+	-${CC} ${LDFLAGS} `pkg-config gtk+-2.0 --cflags --libs` gtk-topbar.c -I ../.. -fPIC -shared -g -o gtk-topbar.${SO}
 
 scriptedit.${SO}:
-	-${CC} `pkg-config gtk+-2.0 --cflags --libs` scriptedit.c -I ../.. -fPIC -shared -g -o scriptedit.${SO}
+	-${CC} ${LDFLAGS} `pkg-config gtk+-2.0 --cflags --libs` scriptedit.c -I ../.. -fPIC -shared -g -o scriptedit.${SO}
 endif
 
 python.${SO}:
--- src/rsc/gtk/Makefile
+++ src/rsc/gtk/Makefile
@@ -1,16 +1,16 @@
 all: Display SetRegister EntryDialog SeekTo
 
 Display:
-	${CC} `pkg-config --libs --cflags gtk+-2.0` Display.c -o Display
+	${CC} ${LDFLAGS} `pkg-config --libs --cflags gtk+-2.0` Display.c -o Display
 
 SetRegister:
-	${CC} `pkg-config --libs --cflags gtk+-2.0` SetRegister.c -o SetRegister
+	${CC} ${LDFLAGS} `pkg-config --libs --cflags gtk+-2.0` SetRegister.c -o SetRegister
 
 EntryDialog:
-	${CC} `pkg-config --libs --cflags gtk+-2.0` EntryDialog.c -o EntryDialog
+	${CC} ${LDFLAGS} `pkg-config --libs --cflags gtk+-2.0` EntryDialog.c -o EntryDialog
 
 SeekTo:
-	${CC} `pkg-config --libs --cflags gtk+-2.0` SeekTo.c -o SeekTo
+	${CC} ${LDFLAGS} `pkg-config --libs --cflags gtk+-2.0` SeekTo.c -o SeekTo
 
 gtkaml:
 	gtkamlc -C --pkg posix --pkg gtk+-2.0 Display.gtkaml






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

only message in thread, other threads:[~2011-02-23 16:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23 16:00 [gentoo-commits] gentoo-x86 commit in dev-util/radare/files: radare-1.5-more-ldflags.patch Kevin McCarthy (signals)

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