Revision
115363
Author
jeremyhu@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

Diff

Modified: trunk/dports/gnome/atkmm/Portfile (115362 => 115363)


--- 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]}]