summaryrefslogtreecommitdiffstats
path: root/libraries/agg/patches/07-autogen-noconfigure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/agg/patches/07-autogen-noconfigure.patch')
-rw-r--r--libraries/agg/patches/07-autogen-noconfigure.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libraries/agg/patches/07-autogen-noconfigure.patch b/libraries/agg/patches/07-autogen-noconfigure.patch
new file mode 100644
index 0000000000..70183cb693
--- /dev/null
+++ b/libraries/agg/patches/07-autogen-noconfigure.patch
@@ -0,0 +1,15 @@
+Author: Andrea Veri <and@debian.org>
+Description: Disable configure's run from the autogen file.
+
+Index: agg-2.5+dfsg1/autogen.sh
+===================================================================
+--- agg-2.5+dfsg1.orig/autogen.sh 2007-10-11 00:06:16.000000000 +0200
++++ agg-2.5+dfsg1/autogen.sh 2012-05-01 16:57:37.916862783 +0200
+@@ -18,6 +18,6 @@
+ automake --foreign --add-missing --ignore-deps
+
+ # and finally invoke our new configure
+-./configure $*
++[ -n "$NOCONFIGURE" ] || ./configure $*
+
+ # end