packages: tennix/tennix-makefile.patch - pass LDFLAGS too

lisu lisu at pld-linux.org
Fri Feb 11 10:51:09 CET 2011


Author: lisu                         Date: Fri Feb 11 09:51:09 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pass LDFLAGS too

---- Files affected:
packages/tennix:
   tennix-makefile.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: packages/tennix/tennix-makefile.patch
diff -u packages/tennix/tennix-makefile.patch:1.7 packages/tennix/tennix-makefile.patch:1.8
--- packages/tennix/tennix-makefile.patch:1.7	Fri Feb 11 10:48:30 2011
+++ packages/tennix/tennix-makefile.patch	Fri Feb 11 10:51:03 2011
@@ -1,5 +1,5 @@
---- tennix-1.1/makefile~	2011-02-11 10:42:35.344805388 +0100
-+++ tennix-1.1/makefile	2011-02-11 10:43:13.145319008 +0100
+--- tennix-1.1/makefile~	2011-02-10 12:39:39.000000000 +0100
++++ tennix-1.1/makefile	2011-02-11 10:50:25.081229039 +0100
 @@ -37,7 +37,7 @@
  DATADIR ?= $(DATAROOTDIR)/games
  
@@ -9,3 +9,12 @@
  CXXFLAGS += $(CFLAGS)
  
  USE_PYTHON ?= 1
+@@ -94,7 +94,7 @@
+ DATAFILES_OSX = $(DATAFILES) data/Tennix.icns
+ 
+ tennix: $(OBJ) tennix.tnx
+-	$(CC) $(CFLAGS)   -o tennix $(OBJ) $(LIBS)
++	$(CC) $(CFLAGS) $(LDFLAGS) -o tennix $(OBJ) $(LIBS)
+ 	test -f tennix.exe && upx tennix.exe || true 
+ 
+ ChangeLog:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tennix/tennix-makefile.patch?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list