pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/libwmf Explicitly disable gd (to avoid side-e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0f17b6f0674a
branches:  trunk
changeset: 461035:0f17b6f0674a
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Sep 09 16:23:49 2003 +0000

description:
Explicitly disable gd (to avoid side-effects if present).  Fixes PR pkg/19839
by David Griffith.

diffstat:

 graphics/libwmf/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 0e6c0cb7ab57 -r 0f17b6f0674a graphics/libwmf/Makefile
--- a/graphics/libwmf/Makefile  Tue Sep 09 15:16:03 2003 +0000
+++ b/graphics/libwmf/Makefile  Tue Sep 09 16:23:49 2003 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index