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

toby at macports.org toby at macports.org
Mon Sep 14 11:24:05 PDT 2009


Revision: 57665
          http://trac.macports.org/changeset/57665
Author:   toby at macports.org
Date:     2009-09-14 11:24:05 -0700 (Mon, 14 Sep 2009)
Log Message:
-----------
buildfix: #20415

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

Modified: trunk/dports/textproc/doxygen/Portfile
===================================================================
--- trunk/dports/textproc/doxygen/Portfile	2009-09-14 18:22:23 UTC (rev 57664)
+++ trunk/dports/textproc/doxygen/Portfile	2009-09-14 18:24:05 UTC (rev 57665)
@@ -44,7 +44,7 @@
 	# ensure correct compilers and compiler options are used
 	reinplace "/^TMAKE_CC\[\[:space:\]\]/s%=.*%= ${configure.cc} ${configure.cppflags}%" ${tmake_conf}
 	reinplace "/^TMAKE_CXX\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.cppflags}%" ${tmake_conf}
-	reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
+	reinplace "/^TMAKE_LINK\[\[:space:\]\]/s%=.*%= ${configure.cxx} ${configure.ldflags}%" ${tmake_conf}
 	reinplace "/^TMAKE_LINK_SHLIB\[\[:space:\]\]/s%=.*%= ${configure.cxx}%" ${tmake_conf}
 
 	# may not be strictly necessary, but remove trailing '/' from DESTDIR
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090914/c2ae78a5/attachment.html>


More information about the macports-changes mailing list