[137322] trunk/dports/devel/protobuf-cpp/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Jun 8 22:06:34 PDT 2015


Revision: 137322
          https://trac.macports.org/changeset/137322
Author:   jeremyhu at macports.org
Date:     2015-06-08 22:06:34 -0700 (Mon, 08 Jun 2015)
Log Message:
-----------
protobuf-cpp: Fix a build failure when using a non-default C++ runtime

Modified Paths:
--------------
    trunk/dports/devel/protobuf-cpp/Portfile

Modified: trunk/dports/devel/protobuf-cpp/Portfile
===================================================================
--- trunk/dports/devel/protobuf-cpp/Portfile	2015-06-09 05:00:49 UTC (rev 137321)
+++ trunk/dports/devel/protobuf-cpp/Portfile	2015-06-09 05:06:34 UTC (rev 137322)
@@ -44,6 +44,10 @@
 
 depends_lib     port:zlib
 
+# 2.6.1's glibtool doesn't pass -stdlib=libc++ to the linker
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.cflags-append     -g
 configure.cppflags-append   -g
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150608/48e67f4c/attachment.html>


More information about the macports-changes mailing list