ports/graphics/agg/patches/patch-autogen_sh

10 lines
254 B
Text

--- autogen.sh.orig Sat Oct 7 18:10:35 2006
+++ autogen.sh Sat Oct 7 18:10:43 2006
@@ -18,6 +18,6 @@ libtoolize --force
automake --foreign --add-missing --ignore-deps
# and finally invoke our new configure
-./configure $*
+#./configure $*
# end