aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2012-06-02 14:10:54 +0800
committerdinoex <dinoex@FreeBSD.org>2012-06-02 14:10:54 +0800
commit46cd50df6c0c505ac76d55f12342438976535a6d (patch)
treed8f7b927aabdb095ee7d574a063c56862e1be486 /x11-toolkits
parent43e1e0739f5132847fe992c471f4b3d7af735938 (diff)
downloadfreebsd-ports-gnome-46cd50df6c0c505ac76d55f12342438976535a6d.tar.gz
freebsd-ports-gnome-46cd50df6c0c505ac76d55f12342438976535a6d.tar.zst
freebsd-ports-gnome-46cd50df6c0c505ac76d55f12342438976535a6d.zip
- fix build with libpng 1.5.10
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