aboutsummaryrefslogtreecommitdiff
path: root/libraries/agg/patches/00003-agg-2.5-autotools.patch
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2014-07-16 18:00:19 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-03 16:34:16 +0700
commite28787e9e05fc37a6b194ebf62ad5bc647190596 (patch)
treead51d84194c2656f61b59428b08fc6b11940e02d /libraries/agg/patches/00003-agg-2.5-autotools.patch
parent6fd855630e6d1862995a200f5a07d9ade9190286 (diff)
libraries/agg: Added patches from fedora.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/agg/patches/00003-agg-2.5-autotools.patch')
-rw-r--r--libraries/agg/patches/00003-agg-2.5-autotools.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/agg/patches/00003-agg-2.5-autotools.patch b/libraries/agg/patches/00003-agg-2.5-autotools.patch
new file mode 100644
index 0000000000000..94184dfe59ac4
--- /dev/null
+++ b/libraries/agg/patches/00003-agg-2.5-autotools.patch
@@ -0,0 +1,11 @@
+--- a/configure.in~ 2013-02-22 09:30:00.000000000 -0600
++++ a/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