summaryrefslogtreecommitdiff
path: root/graphics/libwmf
diff options
context:
space:
mode:
authortron <tron>2001-03-05 08:14:13 +0000
committertron <tron>2001-03-05 08:14:13 +0000
commitcdbc24838e04ab0681cb4468eb58e19ad0a00af5 (patch)
tree760258694bf67714cfc5d0fb5c1622e458da90ea /graphics/libwmf
parent44092c6dd573f6dd1939a1d03d3735209bf3dc2d (diff)
downloadpkgsrc-cdbc24838e04ab0681cb4468eb58e19ad0a00af5.tar.gz
Don't try to add "-I${LOCALBASE}/include" manually. It is unnecessary and
will caused build failures of the "gd" package is installed because the wrong "gd.h" gets used.
Diffstat (limited to 'graphics/libwmf')
-rw-r--r--graphics/libwmf/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index 770a883070c..29b00566fda 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2001/03/05 08:08:50 tron Exp $
+# $NetBSD: Makefile,v 1.21 2001/03/05 08:14:13 tron Exp $
#
DISTNAME= libwmf-0.1.21
@@ -20,9 +20,7 @@ CONFIGURE_ARGS+= --includedir="${PREFIX}/include/libwmf"
CONFIGURE_ARGS+= --with-png="${LOCALBASE}"
CONFIGURE_ARGS+= --with-ttf="${LOCALBASE}"
CONFIGURE_ARGS+= --with-xpm="${XPMDIR}"
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
-CPPFLAGS+= -I${LOCALBASE}/include # png.h
INCLUDEDIR= ${PREFIX}/include/libwmf
HTMLDIR= ${PREFIX}/share/doc/html/libwmf
WRKSRC= ${WRKDIR}/libwmf