[115370] trunk/dports/x11/rxvt-unicode/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Dec 31 18:15:13 PST 2013


Revision: 115370
          https://trac.macports.org/changeset/115370
Author:   jeremyhu at macports.org
Date:     2013-12-31 18:15:13 -0800 (Tue, 31 Dec 2013)
Log Message:
-----------
rxvt-unicode: Build fix for non-default C++ runtimes

Modified Paths:
--------------
    trunk/dports/x11/rxvt-unicode/Portfile

Modified: trunk/dports/x11/rxvt-unicode/Portfile
===================================================================
--- trunk/dports/x11/rxvt-unicode/Portfile	2014-01-01 02:14:52 UTC (rev 115369)
+++ trunk/dports/x11/rxvt-unicode/Portfile	2014-01-01 02:15:13 UTC (rev 115370)
@@ -13,6 +13,7 @@
 PortGroup       compiler_blacklist_versions 1.0
 name            rxvt-unicode
 version         9.16
+revision        1
 categories      x11
 license         GPL-2+
 maintainers     gmail.com:evangoldenberg \
@@ -53,6 +54,11 @@
 
 patchfiles      patch-Makefile.in.diff
 
+# TODO: Simplify once MacPorts 2.3 is released
+if {[info exists configure.cxx_stdlib] && ${configure.cxx_stdlib} ne {} && [string match *clang* ${configure.cxx}]} {
+    configure.ldflags-append -stdlib=${configure.cxx_stdlib}
+}
+
 configure.args  --enable-everything --enable-256-color --with-codesets=all \
                 --disable-utmp --disable-afterimage \
                 --mandir=${prefix}/share/man
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131231/268dd46d/attachment.html>


More information about the macports-changes mailing list