Revision
75321
Author
ryandesign@macports.org
Date
2011-01-21 05:09:00 -0800 (Fri, 21 Jan 2011)

Log Message

gdk-pixbuf doesn't like ccache

Modified Paths

Diff

Modified: trunk/dports/graphics/gdk-pixbuf/Portfile (75320 => 75321)


--- trunk/dports/graphics/gdk-pixbuf/Portfile	2011-01-21 13:03:26 UTC (rev 75320)
+++ trunk/dports/graphics/gdk-pixbuf/Portfile	2011-01-21 13:09:00 UTC (rev 75321)
@@ -35,6 +35,9 @@
 configure.env		LIBS="-L${prefix}/lib"
 configure.args	--with-html-dir=${prefix}/share/doc/$name --disable-gtk-doc
 
+# ccache: invalid option -- d
+configure.ccache no
+
 livecheck.type  regex
 livecheck.url   http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}