[103963] trunk/dports/textproc/histo/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 10 19:37:01 PDT 2013


Revision: 103963
          https://trac.macports.org/changeset/103963
Author:   ryandesign at macports.org
Date:     2013-03-10 19:37:00 -0700 (Sun, 10 Mar 2013)
Log Message:
-----------
histo: ensure we're building for the right arch; add universal variant

Modified Paths:
--------------
    trunk/dports/textproc/histo/Portfile

Modified: trunk/dports/textproc/histo/Portfile
===================================================================
--- trunk/dports/textproc/histo/Portfile	2013-03-11 02:21:21 UTC (rev 103962)
+++ trunk/dports/textproc/histo/Portfile	2013-03-11 02:37:00 UTC (rev 103963)
@@ -23,8 +23,10 @@
 
 use_configure       no
 
-build.args          CC=${configure.cc}
+variant universal {}
 
+build.args          CC="${configure.cc} [get_canonical_archflags cc]"
+
 build.target        ${name}
 
 destroot.destdir    PREFIX="${destroot}${prefix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130310/a9d49eec/attachment.html>


More information about the macports-changes mailing list