summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-03-05 08:14:13 +0000
committertron <tron@pkgsrc.org>2001-03-05 08:14:13 +0000
commited2ae759355ed49352cc47f96f84c0463efa593d (patch)
tree760258694bf67714cfc5d0fb5c1622e458da90ea /graphics
parent12af3e14972512609bfdc5df719c1dce0481b62e (diff)
downloadpkgsrc-ed2ae759355ed49352cc47f96f84c0463efa593d.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')
-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