packages: battleships/battleships-ldflags.patch (NEW) - add LDFLAGS

lisu lisu at pld-linux.org
Wed Oct 20 09:22:49 CEST 2010


Author: lisu                         Date: Wed Oct 20 07:22:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- add LDFLAGS

---- Files affected:
packages/battleships:
   battleships-ldflags.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/battleships/battleships-ldflags.patch
diff -u /dev/null packages/battleships/battleships-ldflags.patch:1.1
--- /dev/null	Wed Oct 20 09:22:49 2010
+++ packages/battleships/battleships-ldflags.patch	Wed Oct 20 09:22:44 2010
@@ -0,0 +1,11 @@
+--- bs-2.8/Makefile~	2010-10-19 12:33:34.000000000 +0200
++++ bs-2.8/Makefile	2010-10-20 09:13:39.269953333 +0200
+@@ -10,7 +10,7 @@
+ DESTDIR = 
+ 
+ bs: bs.c
+-	$(CC) $(CFLAGS) -o bs bs.c $(TERMLIB)
++	$(CC) $(CFLAGS) $(LDFLAGS) -o bs bs.c $(TERMLIB)
+ 
+ bs.6: bs.xml
+ 	xmlto man bs.xml
================================================================


More information about the pld-cvs-commit mailing list