diff -ruN libmng/Portfile libmng-new/Portfile
old
|
new
|
|
24 | 24 | sha1 78ad516a1de79d00de720bf2a7c9afea2c896b09 \ |
25 | 25 | rmd160 ed09e537ebb129f5e13cba56d9d2c2a106955393 |
26 | 26 | |
| 27 | patchfiles patch-configure |
| 28 | |
27 | 29 | depends_build port:automake \ |
28 | 30 | port:autoconf \ |
29 | 31 | port:libtool |
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 |