Modified: trunk/dports/x11/rxvt-unicode/Portfile (115369 => 115370)
--- 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