[68616] trunk/dports/lang

blb at macports.org blb at macports.org
Tue Jun 8 00:13:11 PDT 2010


Revision: 68616
          http://trac.macports.org/changeset/68616
Author:   blb at macports.org
Date:     2010-06-08 00:13:07 -0700 (Tue, 08 Jun 2010)
Log Message:
-----------
lang/python(27|31) - disable ccache usage, ticket #24716

Modified Paths:
--------------
    trunk/dports/lang/python27/Portfile
    trunk/dports/lang/python31/Portfile

Modified: trunk/dports/lang/python27/Portfile
===================================================================
--- trunk/dports/lang/python27/Portfile	2010-06-08 07:03:25 UTC (rev 68615)
+++ trunk/dports/lang/python27/Portfile	2010-06-08 07:13:07 UTC (rev 68616)
@@ -59,6 +59,7 @@
 
 configure.args          --enable-framework=${frameworks_dir} \
                         --enable-ipv6
+configure.ccache        no
 
 configure.cppflags-append -I${prefix}/include/ncurses
 

Modified: trunk/dports/lang/python31/Portfile
===================================================================
--- trunk/dports/lang/python31/Portfile	2010-06-08 07:03:25 UTC (rev 68615)
+++ trunk/dports/lang/python31/Portfile	2010-06-08 07:13:07 UTC (rev 68616)
@@ -47,6 +47,7 @@
 configure.args          --enable-framework=${frameworks_dir} \
                         --enable-ipv6 \
                         --with-computed-gotos
+configure.ccache        no
 
 configure.cppflags-append -I${prefix}/include/ncurses
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100608/a3877a0e/attachment.html>


More information about the macports-changes mailing list