[111005] trunk/dports/graphics/harfbuzz/Portfile
larryv at macports.org
larryv at macports.org
Fri Sep 13 00:40:02 PDT 2013
Revision: 111005
https://trac.macports.org/changeset/111005
Author: larryv at macports.org
Date: 2013-09-13 00:40:02 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
harfbuzz-icu: Run autoreconf to get a newer libtool that passes -stdlib
when linking C++ dylibs.
Modified Paths:
--------------
trunk/dports/graphics/harfbuzz/Portfile
Modified: trunk/dports/graphics/harfbuzz/Portfile
===================================================================
--- trunk/dports/graphics/harfbuzz/Portfile 2013-09-13 07:15:00 UTC (rev 111004)
+++ trunk/dports/graphics/harfbuzz/Portfile 2013-09-13 07:40:02 UTC (rev 111005)
@@ -73,6 +73,12 @@
port:harfbuzz \
port:icu
+ if {[info exists configure.cxx_stdlib] && ${configure.cxx_stdlib} ne {} && [string match *clang* ${configure.cxx}]} {
+ # Generate a newer libtool that passes -stdlib when linking C++ dylibs.
+ use_autoreconf yes
+ autoreconf.args --force --verbose
+ }
+
configure.args-append \
--without-cairo \
--without-freetype \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/db7e68bc/attachment.html>
More information about the macports-changes
mailing list