[44859] trunk/dports/lang/tcl/Portfile
blb at macports.org
blb at macports.org
Sat Jan 3 13:32:53 PST 2009
Revision: 44859
http://trac.macports.org/changeset/44859
Author: blb at macports.org
Date: 2009-01-03 13:32:52 -0800 (Sat, 03 Jan 2009)
Log Message:
-----------
lang/tcl - kludge alert: get configure.cppflags and configure.ldflags to
work with -delete; see
<http://lists.macosforge.org/pipermail/macports-users/2009-January/013136.html>
Affects both 1.7 and trunk. Looks like using -delete with a variable that
is set with 'default' has this issue; appending nothing first works around
it for now.
Modified Paths:
--------------
trunk/dports/lang/tcl/Portfile
Modified: trunk/dports/lang/tcl/Portfile
===================================================================
--- trunk/dports/lang/tcl/Portfile 2009-01-03 21:06:23 UTC (rev 44858)
+++ trunk/dports/lang/tcl/Portfile 2009-01-03 21:32:52 UTC (rev 44859)
@@ -28,7 +28,9 @@
distname ${name}${version}-src
worksrcdir ${name}${version}/unix
configure.args --mandir=${prefix}/share/man
+configure.cppflags-append {}
configure.cppflags-delete -I${prefix}/include
+configure.ldflags-append {}
configure.ldflags-delete -L${prefix}/lib
destroot.destdir INSTALL_ROOT=${destroot}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090103/13717763/attachment.html>
More information about the macports-changes
mailing list