openbsd-ports/graphics/agg/patches/patch-autogen_sh
steven 0a9479ca3e initial import of agg 2.4
Anti-Grain Geometry (AGG) is a general purpose graphical toolkit
written completely in standard and platform independent C++. It can be
used in many areas of computer programming where high quality 2D
graphics is an essential part of the project.

from Deanna Phillips <deanna at sdf.lonestar.org>

feedback and ok bernd@
2006-10-16 11:42:04 +00:00

12 lines
324 B
Plaintext

$OpenBSD: patch-autogen_sh,v 1.1.1.1 2006/10/16 11:42:04 steven Exp $
--- 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