[46038] trunk/dports/tex/latex2rtf/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Tue Jan 27 12:24:21 PST 2009


Revision: 46038
          http://trac.macports.org/changeset/46038
Author:   mcalhoun at macports.org
Date:     2009-01-27 12:24:20 -0800 (Tue, 27 Jan 2009)
Log Message:
-----------
latex2rtf: Ensure correct compiler is used.

Modified Paths:
--------------
    trunk/dports/tex/latex2rtf/Portfile

Modified: trunk/dports/tex/latex2rtf/Portfile
===================================================================
--- trunk/dports/tex/latex2rtf/Portfile	2009-01-27 20:21:33 UTC (rev 46037)
+++ trunk/dports/tex/latex2rtf/Portfile	2009-01-27 20:24:20 UTC (rev 46038)
@@ -32,11 +32,13 @@
 destroot.target	install install-info
 
 build.pre_args-append \
-		PREFIX=${prefix}
+		PREFIX=${prefix} \
+		CC=${configure.cc}
 
 destroot.pre_args-append \
 		DESTDIR=${destroot} \
-		PREFIX=${prefix}
+		PREFIX=${prefix} \
+		CC=${configure.cc}
 
 test.run	yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090127/2685e821/attachment.html>


More information about the macports-changes mailing list