summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-06-02 06:10:54 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-06-02 06:10:54 +0000
commit521778cdb4f3979ac968a559050af567c46bec3e (patch)
tree42e3b7f5167380eb4f9f845130817aa22806cc10 /x11-toolkits
parentFix conflicts line - glob, not regex (diff)
- fix build with libpng 1.5.10
Notes
Notes: svn path=/head/; revision=297989
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/qt33/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile
index 172864af376b..ee9a936502c9 100644
--- a/x11-toolkits/qt33/Makefile
+++ b/x11-toolkits/qt33/Makefile
@@ -42,6 +42,7 @@ CONFIGURE_ARGS+=-system-libpng -system-libjpeg -system-libmng \
-qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \
-system-zlib -sm -qt-gif -thread \
-fast -xinerama -no-g++-exceptions -stl -no-nis \
+ -I${LOCALBASE}/include/libpng15 \
${CUPS} -shared -prefix ${PREFIX} -datadir ${DATADIR} \
-verbose -docdir ${DOCSDIR} -tablet -ipv6 \
-DPNG_DEPSTRUCT= \
@@ -111,7 +112,7 @@ CONFIGURE_ARGS+=-disable-opengl
.if ${PORT_OPTIONS:MCUPS}
LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
.elif defined(WITHOUT_CUPS)
-CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CUPS= -cups -L${LOCALBASE}/lib -I${LOCALBASE}/include
.else
CUPS=
.endif