diff options
author | ade <ade@FreeBSD.org> | 2012-05-12 04:38:09 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2012-05-12 04:38:09 +0800 |
commit | ec81fd924ccfa4a135be31e8f27887286828c2de (patch) | |
tree | c4bd2f8529e840fa116e09d1f68e442cc7f2ce0c /graphics/agg | |
parent | 497d7e487cb4abc3d85b201fc1bd72c134effbd4 (diff) | |
download | freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.gz freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.zst freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.zip |
Update autoconf to 2.69 and automake to 1.12
PR: 166836
Tested by: Multiple -exp runs (pav)
Diffstat (limited to 'graphics/agg')
-rw-r--r-- | graphics/agg/files/patch-configure.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/graphics/agg/files/patch-configure.in b/graphics/agg/files/patch-configure.in new file mode 100644 index 000000000000..cc46fd046c22 --- /dev/null +++ b/graphics/agg/files/patch-configure.in @@ -0,0 +1,9 @@ +--- configure.in.orig 2006-10-08 21:06:36.000000000 -0700 ++++ configure.in 2012-05-03 17:23:22.000000000 -0700 +@@ -10,6 +10,2 @@ + AC_ISC_POSIX +-AM_C_PROTOTYPES +-if test "x$U" != "x"; then +- AC_MSG_ERROR(Compiler not ANSI compliant) +-fi + AM_PROG_LIBTOOL |