[115355] trunk/dports/gnome/gjs/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 31 13:44:26 PST 2013


Revision: 115355
          https://trac.macports.org/changeset/115355
Author:   jeremyhu at macports.org
Date:     2013-12-31 13:44:25 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
gjs: Build fix for non-default C++ runtimes

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

Modified: trunk/dports/gnome/gjs/Portfile
===================================================================
--- trunk/dports/gnome/gjs/Portfile	2013-12-31 21:22:54 UTC (rev 115354)
+++ trunk/dports/gnome/gjs/Portfile	2013-12-31 21:44:25 UTC (rev 115355)
@@ -5,6 +5,7 @@
 
 name            gjs
 version         1.38.1
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 description     GObject JavaScriptCore bridge
 long_description \
@@ -40,6 +41,10 @@
 # mozjs17 is not universal
 universal_variant no
 
+# Teach glibtool about -stdlib=libc++
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.args-append "-enable-compile-warnings=no"
 
 livecheck.type  gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/ba99e5bc/attachment.html>


More information about the macports-changes mailing list