[33103] trunk/dports/x11/tk/Portfile

mww at macports.org mww at macports.org
Thu Jan 17 14:40:27 PST 2008


Revision: 33103
          http://trac.macosforge.org/projects/macports/changeset/33103
Author:   mww at macports.org
Date:     2008-01-17 14:40:26 -0800 (Thu, 17 Jan 2008)

Log Message:
-----------
avoid picking up headers of an already installed tcl (which might be incompatible)

Modified Paths:
--------------
    trunk/dports/x11/tk/Portfile

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2008-01-17 22:35:55 UTC (rev 33102)
+++ trunk/dports/x11/tk/Portfile	2008-01-17 22:40:26 UTC (rev 33103)
@@ -39,8 +39,7 @@
 }
 
 configure.args      --mandir=${prefix}/share/man --with-tcl=${prefix}/lib
-configure.cppflags-append \
-  -I${workpath}/tcl${version}/generic
+configure.cppflags  "-I${workpath}/tcl${version}/generic -I${prefix}/include"
 
 destroot.destdir    INSTALL_ROOT=${destroot}
 post-destroot {

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080117/4c188dbf/attachment.html


More information about the macports-changes mailing list