summaryrefslogtreecommitdiffstats
path: root/src/agg-1-fixes.patch
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-06-12 15:07:30 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-06-12 15:07:30 (GMT)
commitf3fcb511d3e1ca8c28624f6c388996677b4eee14 (patch)
tree747546bb076238feebab169c6d46108e1a3695c8 /src/agg-1-fixes.patch
parent7d35268466a6281c35f9da175dc9c0b5c9602c96 (diff)
downloadmxe-f3fcb511d3e1ca8c28624f6c388996677b4eee14.zip
mxe-f3fcb511d3e1ca8c28624f6c388996677b4eee14.tar.gz
mxe-f3fcb511d3e1ca8c28624f6c388996677b4eee14.tar.bz2
package agg: automake 1.12 compatibility
Diffstat (limited to 'src/agg-1-fixes.patch')
-rw-r--r--src/agg-1-fixes.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/agg-1-fixes.patch b/src/agg-1-fixes.patch
new file mode 100644
index 0000000..c93390c
--- /dev/null
+++ b/src/agg-1-fixes.patch
@@ -0,0 +1,27 @@
+This file is part of MXE.
+See index.html for further information.
+
+From 2617d6a743ad197dc7ae0278a9c7015cc7dff61f Mon Sep 17 00:00:00 2001
+From: Mark Brand <mabrand@mabrand.nl>
+Date: Tue, 12 Jun 2012 17:05:49 +0200
+Subject: [PATCH] automake 1.12 compatibility fix
+
+---
+ configure.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/configure.in b/configure.in
+index fceca82..317e17b 100644
+--- a/configure.in
++++ b/configure.in
+@@ -8,7 +8,6 @@ dnl Checks for programs.
+ AC_PROG_CC
+ AC_PROG_CXX
+ AC_ISC_POSIX
+-AM_C_PROTOTYPES
+ if test "x$U" != "x"; then
+ AC_MSG_ERROR(Compiler not ANSI compliant)
+ fi
+--
+1.7.10.4
+