[76727] trunk/dports/graphics/autotrace/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Mar 6 17:58:08 PST 2011


Revision: 76727
          http://trac.macports.org/changeset/76727
Author:   ryandesign at macports.org
Date:     2011-03-06 17:58:06 -0800 (Sun, 06 Mar 2011)
Log Message:
-----------
autotrace: disable using ccache, which fails

Modified Paths:
--------------
    trunk/dports/graphics/autotrace/Portfile

Modified: trunk/dports/graphics/autotrace/Portfile
===================================================================
--- trunk/dports/graphics/autotrace/Portfile	2011-03-07 01:30:14 UTC (rev 76726)
+++ trunk/dports/graphics/autotrace/Portfile	2011-03-07 01:58:06 UTC (rev 76727)
@@ -26,6 +26,9 @@
 
 configure.args		--without-magick --mandir=${prefix}/share/man
 
+# ccache: invalid option -- d
+configure.ccache	no
+
 post-destroot {
 	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
 	xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING COPYING.LIB ChangeLog \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110306/f1c2648a/attachment.html>


More information about the macports-changes mailing list