[115386] trunk/dports/devel/libsigcxx2/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 31 21:58:54 PST 2013


Revision: 115386
          https://trac.macports.org/changeset/115386
Author:   jeremyhu at macports.org
Date:     2013-12-31 21:58:54 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
libsigcxx2: Link against correct C++ runtime

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

Modified: trunk/dports/devel/libsigcxx2/Portfile
===================================================================
--- trunk/dports/devel/libsigcxx2/Portfile	2014-01-01 05:54:35 UTC (rev 115385)
+++ trunk/dports/devel/libsigcxx2/Portfile	2014-01-01 05:58:54 UTC (rev 115386)
@@ -6,6 +6,7 @@
 name            libsigcxx2
 set my_name     libsigc++
 version         2.2.11
+revision        1
 license         LGPL-2.1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 categories      devel
@@ -28,6 +29,10 @@
 
 configure.args  --enable-static
 
+# Teach glibtool about -stdlib=libc++
+use_autoreconf  yes
+autoreconf.args -fvi
+
 set docdir      ${prefix}/share/doc/${my_name}-${version}
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/192abf09/attachment.html>


More information about the macports-changes mailing list