[52828] trunk/dports/math/qhull/Portfile
mmoll at macports.org
mmoll at macports.org
Tue Jun 23 15:47:21 PDT 2009
Revision: 52828
http://trac.macports.org/changeset/52828
Author: mmoll at macports.org
Date: 2009-06-23 15:47:20 -0700 (Tue, 23 Jun 2009)
Log Message:
-----------
qhull: fix for universal variant, closes #20026. real fix this time.
Modified Paths:
--------------
trunk/dports/math/qhull/Portfile
Modified: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile 2009-06-23 22:45:14 UTC (rev 52827)
+++ trunk/dports/math/qhull/Portfile 2009-06-23 22:47:20 UTC (rev 52828)
@@ -23,4 +23,8 @@
master_sites ${homepage}/download
checksums md5 48228e26422bff85ef1f45df5b6e3314
configure.args --mandir=${prefix}/share/man
-configure.universal_args --disable-shared --disable-dependency-tracking
+post-configure {
+ if [variant_isset universal] {
+ reinplace "s|\\\$allow_undefined_flag|\$allow_undefined_flag ${configure.universal_ldflags}|" ${worksrcpath}/libtool
+ }
+}
\ No newline at end of file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090623/a29be905/attachment-0001.html>
More information about the macports-changes
mailing list