diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-16 20:33:03 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-16 20:33:03 +0000 |
commit | 8732ef2d6ec8271dd811c486402715449a1b6874 (patch) | |
tree | 93bb970b1219757a59f07e481556d2ef85b4bd36 /www/wml | |
parent | 4d4c4ab66e5d9a55f38a04edbaa008561f616e9d (diff) | |
download | FreeBSD-ports-8732ef2d6ec8271dd811c486402715449a1b6874.zip FreeBSD-ports-8732ef2d6ec8271dd811c486402715449a1b6874.tar.gz |
Fix the detection of png.h.
PR: ports/70529
Submitted by: maintainer
Reported by: kris / pointyhat.
Diffstat (limited to 'www/wml')
-rw-r--r-- | www/wml/files/patch-gd_png.c | 11 |
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 0000000..a0782eb --- /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 |