diff options
author | Romain Tartière <romain@FreeBSD.org> | 2010-04-05 16:34:51 +0000 |
---|---|---|
committer | Romain Tartière <romain@FreeBSD.org> | 2010-04-05 16:34:51 +0000 |
commit | aa222d4598c67bdb2a869b06dc4501efc73bde89 (patch) | |
tree | c95602de354155206aa7b86336fa0edb8640fd22 /x11-toolkits/libgdiplus | |
parent | a92a99713e06ef9e6d043560a9137cf84a010ee0 (diff) |
Fix build for png-1.4.1
Submitted by: "Kevin Oberman" <oberman@es.net>
Approved by: flz (mentor)
Notes
Notes:
svn path=/head/; revision=252249
Diffstat (limited to 'x11-toolkits/libgdiplus')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 3 |
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 |