opnsense-ports/graphics/mhgui/files/patch-configure
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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;
}