public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/yiff/files: yiff-2.14.5-asneeded.patch
@ 2009-12-19 19:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2009-12-19 19:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/12/19 19:43:45

  Added:                yiff-2.14.5-asneeded.patch
  Log:
  Fix building with -Wl,--as-needed wrt #247470, thanks to Diego E. 'Flameeyes' Pettenò and Kacper Kowalik.
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-libs/yiff/files/yiff-2.14.5-asneeded.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/yiff/files/yiff-2.14.5-asneeded.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/yiff/files/yiff-2.14.5-asneeded.patch?rev=1.1&content-type=text/plain

Index: yiff-2.14.5-asneeded.patch
===================================================================
--- yiff-2.14.5.orig/yiffutils/Makefile.Linux	2009-09-21 19:08:30.032229880 +0200
+++ yiff-2.14.5/yiffutils/Makefile.Linux	2009-09-21 19:10:16.912105109 +0200
@@ -103,48 +103,57 @@
 all: $(PROGS)
 
 helloworld:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) \
-	helloworld.c -o helloworld
+	$(CC) $(CFLAGS) $(INC) \
+	helloworld.c -o helloworld \
+	$(LIB_DIR) $(LIB)
 
 yaudiocd:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) \
+	$(CC) $(CFLAGS) $(INC) \
 	string.cpp \
-	yaudiocd.c -o yaudiocd
+	yaudiocd.c -o yaudiocd \
+	$(LIB_DIR) $(LIB)
 
 yclientmessage:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) \
+	$(CC) $(CFLAGS) $(INC) \
 	string.cpp \
-        yclientmessage.c -o yclientmessage
+        yclientmessage.c -o yclientmessage \
+	$(LIB_DIR) $(LIB)
 
 yhost:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) \
+	$(CC) $(CFLAGS) $(INC) \
 	string.cpp \
-	yhost.c -o yhost
+	yhost.c -o yhost \
+	$(LIB_DIR) $(LIB)
 
 ymixer:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) \
+	$(CC) $(CFLAGS) $(INC) \
 	string.cpp \
-	ymixer.c -o ymixer
+	ymixer.c -o ymixer \
+	$(LIB_DIR) $(LIB)
 
 yplay:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) \
+	$(CC) $(CFLAGS) $(INC) \
 	disk.cpp string.cpp \
-	yplay.c -o yplay
+	yplay.c -o yplay \
+	$(LIB_DIR) $(LIB)
 
 yrecinfo:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) $(STDSRC) \
+	$(CC) $(CFLAGS) $(INC) $(STDSRC) \
 	string.cpp \
-	yrecinfo.c -o yrecinfo
+	yrecinfo.c -o yrecinfo \
+	$(LIB_DIR) $(LIB)
 
 yset:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) $(STDSRC) \
+	$(CC) $(CFLAGS) $(INC) $(STDSRC) \
 	string.cpp \
-	yset.c -o yset
+	yset.c -o yset \
+	$(LIB_DIR) $(LIB)
 
 yshutdown:
-	$(CC) $(CFLAGS) $(INC) $(LIB_DIR) $(LIB) $(STDSRC) \
+	$(CC) $(CFLAGS) $(INC) $(STDSRC) \
 	string.cpp \
-	yshutdown.c -o yshutdown
+	yshutdown.c -o yshutdown \
+	$(LIB_DIR) $(LIB)
 






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

only message in thread, other threads:[~2009-12-19 19:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-19 19:43 [gentoo-commits] gentoo-x86 commit in media-libs/yiff/files: yiff-2.14.5-asneeded.patch Samuli Suominen (ssuominen)

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