[148561] trunk/dports/devel/glibmm/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed May 11 09:13:23 PDT 2016


Revision: 148561
          https://trac.macports.org/changeset/148561
Author:   jeremyhu at macports.org
Date:     2016-05-11 09:13:22 -0700 (Wed, 11 May 2016)
Log Message:
-----------
glibmm: Fix build failure when using a non-default C++ runtime

Modified Paths:
--------------
    trunk/dports/devel/glibmm/Portfile

Modified: trunk/dports/devel/glibmm/Portfile
===================================================================
--- trunk/dports/devel/glibmm/Portfile	2016-05-11 14:54:26 UTC (rev 148560)
+++ trunk/dports/devel/glibmm/Portfile	2016-05-11 16:13:22 UTC (rev 148561)
@@ -28,6 +28,10 @@
 
 configure.perl      /usr/bin/perl
 
+# autoreconf because the glibtool in 2.44.0 does not honor -stdlib=...
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 post-destroot {
     set mmdoctooldir ${prefix}/share/glibmm-2.4/doctool
     xinstall -d ${destroot}${mmdoctooldir}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160511/8d821b84/attachment.html>


More information about the macports-changes mailing list