[111022] trunk/dports/graphics/poppler/Portfile
larryv at macports.org
larryv at macports.org
Fri Sep 13 12:47:36 PDT 2013
Revision: 111022
https://trac.macports.org/changeset/111022
Author: larryv at macports.org
Date: 2013-09-13 12:47:36 -0700 (Fri, 13 Sep 2013)
Log Message:
-----------
poppler: Run autoreconf to get libtool that passes -stdlib when linking dylibs.
Modified Paths:
--------------
trunk/dports/graphics/poppler/Portfile
Modified: trunk/dports/graphics/poppler/Portfile
===================================================================
--- trunk/dports/graphics/poppler/Portfile 2013-09-13 19:24:54 UTC (rev 111021)
+++ trunk/dports/graphics/poppler/Portfile 2013-09-13 19:47:36 UTC (rev 111022)
@@ -48,6 +48,15 @@
${worksrcpath}/qt4/Makefile.in
}
+if {[info exists configure.cxx_stdlib] &&
+ ${configure.cxx_stdlib} ne {} &&
+ [string match *clang* ${configure.cxx}]
+} then {
+ # Generate newer libtool that passes -stdlib when linking dylibs.
+ use_autoreconf yes
+ autoreconf.args --force --verbose
+}
+
configure.args --disable-poppler-qt4 \
--disable-gtk-test \
--disable-silent-rules \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130913/909a48dd/attachment-0001.html>
More information about the macports-changes
mailing list