pkgsrc/graphics/gd/patches/patch-ac
sno 085dd4bff8 PkgSrc changes:
- allow optionally build a gd which supports xpm
2009-04-12 00:29:26 +00:00

13 lines
282 B
Text

$NetBSD: patch-ac,v 1.8 2009/04/12 00:29:26 sno Exp $
--- configure.orig 2008-09-22 17:26:32.000000000 +0200
+++ configure
@@ -23117,7 +23117,7 @@ if test "${with_xpm+set}" = set; then
CPPFLAGS="$CPPFLAGS -I$withval/include"
fi
else
- withval=yes
+ withval=no
fi