[73733] trunk/dports/lang/sdcc/Portfile

michaelld at macports.org michaelld at macports.org
Mon Nov 22 17:08:50 PST 2010


Revision: 73733
          http://trac.macports.org/changeset/73733
Author:   michaelld at macports.org
Date:     2010-11-22 17:08:46 -0800 (Mon, 22 Nov 2010)
Log Message:
-----------
sdcc: Enable options disabled by the 3.0 release (that were enabled by
default in 2.9 and prior).

Modified Paths:
--------------
    trunk/dports/lang/sdcc/Portfile

Modified: trunk/dports/lang/sdcc/Portfile
===================================================================
--- trunk/dports/lang/sdcc/Portfile	2010-11-23 01:07:51 UTC (rev 73732)
+++ trunk/dports/lang/sdcc/Portfile	2010-11-23 01:08:46 UTC (rev 73733)
@@ -30,6 +30,9 @@
 
 # Setting CPP explicitly is bad, because 'cpp' and 'gcc -E' are not the same.
 configure.cpp       {}
+configure.args      --enable-avr-port \
+                    --enable-xa51-port \
+                    --enable-docs
 
 build.type          gnu
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101122/2a1ea9ef/attachment.html>


More information about the macports-changes mailing list