Revision
74389
Author
ryandesign@macports.org
Date
2010-12-14 17:19:53 -0800 (Tue, 14 Dec 2010)

Log Message

tilp2: ensure we're UsingTheRightCompiler; see #27674

Modified Paths

Added Paths

Diff

Modified: trunk/dports/math/tilp2/Portfile (74388 => 74389)


--- trunk/dports/math/tilp2/Portfile	2010-12-15 00:56:21 UTC (rev 74388)
+++ trunk/dports/math/tilp2/Portfile	2010-12-15 01:19:53 UTC (rev 74389)
@@ -29,6 +29,8 @@
                     port:gtk2 \
                     port:libglade2
 
+patchfiles          patch-man-Makefile.in.diff
+
 configure.args      --without-kde
 
 pre-destroot {

Added: trunk/dports/math/tilp2/files/patch-man-Makefile.in.diff (0 => 74389)


--- trunk/dports/math/tilp2/files/patch-man-Makefile.in.diff	                        (rev 0)
+++ trunk/dports/math/tilp2/files/patch-man-Makefile.in.diff	2010-12-15 01:19:53 UTC (rev 74389)
@@ -0,0 +1,11 @@
+--- man/Makefile.in.orig	2010-04-08 13:34:43.000000000 -0500
++++ man/Makefile.in	2010-12-14 19:16:52.000000000 -0600
+@@ -533,7 +533,7 @@
+ 
+ dist_win: $(man_MANS)
+ 	groff -Tascii -man $(man_MANS) > Manpage
+-	C_INCLUDE_PATH="" LIBRARY_PATH="" gcc cleaner.c -o cleaner
++	C_INCLUDE_PATH="" LIBRARY_PATH="" $(CC) cleaner.c -o cleaner
+ 	./cleaner Manpage
+ 	rm Manpage cleaner
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.