diff options
Diffstat (limited to 'graphics/mng/patches/patch-makefiles-configure_in')
-rw-r--r-- | graphics/mng/patches/patch-makefiles-configure_in | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/mng/patches/patch-makefiles-configure_in b/graphics/mng/patches/patch-makefiles-configure_in deleted file mode 100644 index 7816292a7fe..00000000000 --- a/graphics/mng/patches/patch-makefiles-configure_in +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-makefiles-configure_in,v 1.1 2012/04/29 17:17:59 dholland Exp $ - -Disable stuff that is not supported by the latest autoconf. - ---- makefiles/configure.in~ 2005-01-30 10:28:00.000000000 +0000 -+++ makefiles/configure.in -@@ -15,10 +15,10 @@ AC_SUBST(VERSION) - dnl Checks for programs. - AC_PROG_CC - AC_ISC_POSIX --AM_C_PROTOTYPES --if test "x$U" != "x"; then -- AC_MSG_ERROR(Compiler not ANSI compliant) --fi -+dnl AM_C_PROTOTYPES -+dnl if test "x$U" != "x"; then -+dnl AC_MSG_ERROR(Compiler not ANSI compliant) -+dnl fi - AM_PROG_LIBTOOL - AC_PROG_INSTALL - |