[40070] trunk/dports/lang/sdcc/Portfile
toby at macports.org
toby at macports.org
Fri Sep 19 10:05:31 PDT 2008
Revision: 40070
http://trac.macports.org/changeset/40070
Author: toby at macports.org
Date: 2008-09-19 10:05:30 -0700 (Fri, 19 Sep 2008)
Log Message:
-----------
Setting CPP explicitly during configure is bad, because 'cpp' and 'gcc -E' are not the same.
Modified Paths:
--------------
trunk/dports/lang/sdcc/Portfile
Modified: trunk/dports/lang/sdcc/Portfile
===================================================================
--- trunk/dports/lang/sdcc/Portfile 2008-09-19 16:13:02 UTC (rev 40069)
+++ trunk/dports/lang/sdcc/Portfile 2008-09-19 17:05:30 UTC (rev 40070)
@@ -21,6 +21,9 @@
worksrcdir ${name}
+# Setting CPP explicitly is bad, because 'cpp' and 'gcc -E' are not the same.
+configure.cpp {}
+
build.type gnu
destroot.destdir prefix=${destroot}${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080919/3bf25a77/attachment.html
More information about the macports-changes
mailing list