Revision: 115382 https://trac.macports.org/changeset/115382 Author: jeremyhu@macports.org Date: 2013-12-31 21:51:02 -0800 (Tue, 31 Dec 2013) Log Message: ----------- rarian: Link against correct C++ runtime Modified Paths: -------------- trunk/dports/textproc/rarian/Portfile Modified: trunk/dports/textproc/rarian/Portfile =================================================================== --- trunk/dports/textproc/rarian/Portfile 2014-01-01 05:42:04 UTC (rev 115381) +++ trunk/dports/textproc/rarian/Portfile 2014-01-01 05:51:02 UTC (rev 115382) @@ -4,6 +4,7 @@ name rarian version 0.8.1 +revision 1 description OMF help system. long_description Rarian manages documentation metadata as specified \ by the Open Source Metadata Framework (OMF) \ @@ -30,4 +31,10 @@ compiler.blacklist gcc-4.0 +patchfiles configure.patch + +# Teach glibtool about -stdlib=libc++ +use_autoreconf yes +autoreconf.args -fvi + livecheck.type gnome
participants (1)
-
jeremyhu@macports.org