Ticket #34291: patch

File patch, 1.0 KB (added by james.goppert@…, 12 years ago)

Patch to configure.in file.

  • Portfile

    diff -ruN libmng/Portfile libmng-new/Portfile
    old new  
    2424                        sha1    78ad516a1de79d00de720bf2a7c9afea2c896b09 \
    2525                        rmd160  ed09e537ebb129f5e13cba56d9d2c2a106955393
    2626
     27patchfiles              patch-configure
     28
    2729depends_build           port:automake \
    2830                        port:autoconf \
    2931                        port:libtool
  • files/patch-configure

    diff -ruN libmng/files/patch-configure libmng-new/files/patch-configure
    old new  
     1--- makefiles/configure.in      2005-01-30 05:28:00.000000000 -0500
     2+++ makefiles/configure.in.new  2012-05-03 16:36:01.000000000 -0400
     3@@ -15,7 +15,7 @@
     4 dnl Checks for programs.
     5 AC_PROG_CC
     6 AC_ISC_POSIX
     7-AM_C_PROTOTYPES
     8+#AM_C_PROTOTYPES
     9 if test "x$U" != "x"; then
     10   AC_MSG_ERROR(Compiler not ANSI compliant)
     11 fi