[93358] trunk/dports/lang/phobos/Portfile

takeshi at macports.org takeshi at macports.org
Sun May 20 14:22:38 PDT 2012


Revision: 93358
          https://trac.macports.org/changeset/93358
Author:   takeshi at macports.org
Date:     2012-05-20 14:22:38 -0700 (Sun, 20 May 2012)
Log Message:
-----------
phobos: respect selected arch. closing #34529

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

Modified: trunk/dports/lang/phobos/Portfile
===================================================================
--- trunk/dports/lang/phobos/Portfile	2012-05-20 21:18:42 UTC (rev 93357)
+++ trunk/dports/lang/phobos/Portfile	2012-05-20 21:22:38 UTC (rev 93358)
@@ -40,7 +40,7 @@
                     DRUNTIME_PATH=${prefix}/include/druntime \
                     DRUNTIME=${prefix}/lib/libdruntime.a \
                     CC=${configure.cc} \
-                    CFLAGS=${configure.cflags} \
+                    CFLAGS="${configure.cflags} [get_canonical_archflags cc]"\
                     DMD=${prefix}/bin/dmd \
                     MODEL=${model} \
                     BUILD=release
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120520/513b9c2b/attachment.html>


More information about the macports-changes mailing list