diff options
author | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2012-05-11 20:38:09 +0000 |
commit | 6d726b6c09094afd97f1528cfff8b27850279b0d (patch) | |
tree | ef9d4da0741b49a6a207e85f9ad78b89c296fdf5 /graphics/agg/files/patch-configure.in | |
parent | 9b4e4e3b2292946bd774693494465751f44fca20 (diff) |
Notes
Diffstat (limited to 'graphics/agg/files/patch-configure.in')
-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 |