diff options
Diffstat (limited to 'testing/agg/agg-2.5-autotools.patch')
-rw-r--r-- | testing/agg/agg-2.5-autotools.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/agg/agg-2.5-autotools.patch b/testing/agg/agg-2.5-autotools.patch new file mode 100644 index 0000000000..299ab0bbdd --- /dev/null +++ b/testing/agg/agg-2.5-autotools.patch @@ -0,0 +1,11 @@ +--- a/configure.in~ 2013-02-22 09:30:00.000000000 -0600 ++++ b/configure.in 2013-02-22 09:30:49.030777571 -0600 +@@ -8,7 +8,7 @@ + AC_PROG_CC + AC_PROG_CXX + AC_ISC_POSIX +-AM_C_PROTOTYPES ++#AM_C_PROTOTYPES + if test "x$U" != "x"; then + AC_MSG_ERROR(Compiler not ANSI compliant) + fi |