aboutsummaryrefslogtreecommitdiff
path: root/www/wml
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-16 20:33:03 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-16 20:33:03 +0000
commit44c7d4cd0bf39a743999c45c91ed60c0cdadf0d0 (patch)
tree1bbfd3507ade4b333591081f80b94f5f9908da42 /www/wml
parent35d837f5842b239e62f203bfca0e0618c8bd5f74 (diff)
downloadports-44c7d4cd0bf39a743999c45c91ed60c0cdadf0d0.tar.gz
ports-44c7d4cd0bf39a743999c45c91ed60c0cdadf0d0.zip
Notes
Diffstat (limited to 'www/wml')
-rw-r--r--www/wml/files/patch-gd_png.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/wml/files/patch-gd_png.c b/www/wml/files/patch-gd_png.c
new file mode 100644
index 000000000000..a0782eb86a0c
--- /dev/null
+++ b/www/wml/files/patch-gd_png.c
@@ -0,0 +1,11 @@
+--- wml_common/gd/libgd/gd_png.c.orig Mon Aug 16 11:51:29 2004
++++ wml_common/gd/libgd/gd_png.c Mon Aug 16 11:51:37 2004
+@@ -5,7 +5,7 @@
+ #include "gd.h"
+
+ #ifdef HAVE_LIBPNG
+-#include <png.h> /* includes zlib.h and setjmp.h */
++#include <libpng/png.h> /* includes zlib.h and setjmp.h */
+
+ #define TRUE 1
+ #define FALSE 0