[46097] trunk/dports/textproc/doxygen/Portfile

css at macports.org css at macports.org
Thu Jan 29 04:10:57 PST 2009


Revision: 46097
          http://trac.macports.org/changeset/46097
Author:   css at macports.org
Date:     2009-01-29 04:10:54 -0800 (Thu, 29 Jan 2009)
Log Message:
-----------
Ensure that doxygen links with ${configure.cxx}, shouldn't change existing installs. refs #18241

Modified Paths:
--------------
    trunk/dports/textproc/doxygen/Portfile

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2009-01-29 09:52:16 UTC (rev 46096)
+++ trunk/dports/textproc/doxygen/Portfile	2009-01-29 12:10:54 UTC (rev 46097)
@@ -56,6 +56,8 @@
 post-configure {
 	reinplace "/^TMAKE_CC\[\[:space:\]\]/s%=.*%= ${configure.cc}%" ${tmake_conf}
 	reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
+	reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
+	reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
 }
 
 build.env		QTDIR=${prefix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090129/18028cb3/attachment.html>


More information about the macports-changes mailing list