[115363] trunk/dports/gnome/atkmm/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 31 17:40:59 PST 2013


Revision: 115363
          https://trac.macports.org/changeset/115363
Author:   jeremyhu at macports.org
Date:     2013-12-31 17:40:58 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
atkmm: Build fix for non-default C++ runtimes

Modified Paths:
--------------
    trunk/dports/gnome/atkmm/Portfile

Modified: trunk/dports/gnome/atkmm/Portfile
===================================================================
--- trunk/dports/gnome/atkmm/Portfile	2013-12-31 23:26:12 UTC (rev 115362)
+++ trunk/dports/gnome/atkmm/Portfile	2014-01-01 01:40:58 UTC (rev 115363)
@@ -5,6 +5,7 @@
 
 name		atkmm
 version		2.22.7
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description	atkmm is the C++ binding for the ATK library.
 long_description \
@@ -29,6 +30,10 @@
 depends_lib	port:atk \
                 port:glibmm
 
+# Teach glibtool about -stdlib=libc++
+use_autoreconf  yes
+autoreconf.args -fvi
+
 pre-activate {
     if { [file exists ${prefix}/lib/pkgconfig/atkmm-1.6.pc]
         && ![catch {set vers [lindex [registry_active gtkmm] 0]}]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/970a2b1a/attachment.html>


More information about the macports-changes mailing list