[57744] trunk/dports/shells/bash/Portfile

raimue at macports.org raimue at macports.org
Tue Sep 15 18:28:21 PDT 2009


Revision: 57744
          http://trac.macports.org/changeset/57744
Author:   raimue at macports.org
Date:     2009-09-15 18:28:19 -0700 (Tue, 15 Sep 2009)
Log Message:
-----------
shells/bash:
Fix +universal, closes #21105

Modified Paths:
--------------
    trunk/dports/shells/bash/Portfile

Modified: trunk/dports/shells/bash/Portfile
===================================================================
--- trunk/dports/shells/bash/Portfile	2009-09-16 01:20:06 UTC (rev 57743)
+++ trunk/dports/shells/bash/Portfile	2009-09-16 01:28:19 UTC (rev 57744)
@@ -58,6 +58,10 @@
 configure.args          --mandir=${prefix}/share/man --with-installed-readline \
                         --infodir=${prefix}/share/info
 
+if {[variant_isset universal]} {
+    configure.args-append "CFLAGS_FOR_BUILD=\"${configure.universal_cflags}\""
+}
+
 include checksums_patch
 
 livecheck.type          regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090915/762206d6/attachment.html>


More information about the macports-changes mailing list