summaryrefslogtreecommitdiff
path: root/graphics/libwmf
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-09-09 16:23:49 +0000
committerjmmv <jmmv@pkgsrc.org>2003-09-09 16:23:49 +0000
commitcc1e71fbb907e72778cbfca46800fefe5326e1e0 (patch)
treeb478514a7a8b8683a362adc4ec5a598607e96d75 /graphics/libwmf
parent37d364c52c45fb713f780fd88d6064f015453440 (diff)
downloadpkgsrc-cc1e71fbb907e72778cbfca46800fefe5326e1e0.tar.gz
Explicitly disable gd (to avoid side-effects if present). Fixes PR pkg/19839
by David Griffith.
Diffstat (limited to 'graphics/libwmf')
-rw-r--r--graphics/libwmf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index 4d55d120b08..fd9328cf31a 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2003/07/21 16:51:47 martti Exp $
+# $NetBSD: Makefile,v 1.40 2003/09/09 16:23:49 jmmv Exp $
#
DISTNAME= libwmf-0.2.8
@@ -12,8 +12,10 @@ COMMENT= Library for reading and converting WMF (Windows Meta Files), version 2
USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --disable-gd
CONFIGURE_ARGS+= --includedir=${INCLUDEDIR}
CONFIGURE_ARGS+= --with-docdir=${HTMLDIR}
+CONFIGURE_ARGS+= --without-sys-gd
USE_X11= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool