aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorromain <romain@FreeBSD.org>2010-04-06 00:34:51 +0800
committerromain <romain@FreeBSD.org>2010-04-06 00:34:51 +0800
commitfa2c933e8ade69c9bf2b73c661cd583c8cbc5b0a (patch)
tree1901dca70759de2ece8278b74dfe830251b6b9a0
parent298d9b3716e26244912657bdc428b90b709fc298 (diff)
downloadfreebsd-ports-gnome-fa2c933e8ade69c9bf2b73c661cd583c8cbc5b0a.tar.gz
freebsd-ports-gnome-fa2c933e8ade69c9bf2b73c661cd583c8cbc5b0a.tar.zst
freebsd-ports-gnome-fa2c933e8ade69c9bf2b73c661cd583c8cbc5b0a.zip
Fix build for png-1.4.1
Submitted by: "Kevin Oberman" <oberman@es.net> Approved by: flz (mentor)
-rw-r--r--x11-toolkits/libgdiplus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile
index 231f78724c04..a42f9a6ed710 100644
--- a/x11-toolkits/libgdiplus/Makefile
+++ b/x11-toolkits/libgdiplus/Makefile
@@ -27,7 +27,8 @@ USE_LDCONFIG= yes
LIBTOOLFILES= configure cairo/configure
USE_AUTOTOOLS= libtool:22
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
+ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
+ png_REQUIRES="libpng"
# Included cairo does not work for us. Enable below when Mono catches
# up with our port. For now, use included but patch out glitz manually.
#CONFIGURE_ARGS+= --with-cairo=installed