forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
213 B
Text
11 lines
213 B
Text
--- configure.orig 2007-12-12 22:25:45.000000000 +0100
|
|
+++ configure 2010-03-29 09:29:03.000000000 +0200
|
|
@@ -17563,7 +17563,7 @@
|
|
int
|
|
main ()
|
|
{
|
|
-png_check_sig(NULL,0)
|
|
+png_sig_cmp(NULL,0,0)
|
|
;
|
|
return 0;
|
|
}
|