pkgsrc/www/w3m/patches/patch-aa
obache 3165367c3e * For w3m-img, imagelib is not optional, but required.
* Add support of gtk2 image lib.
* Allow to enable imagelib support for www/w3m.
2008-12-13 08:52:13 +00:00

15 lines
384 B
Text

$NetBSD: patch-aa,v 1.13 2008/12/13 08:53:27 obache Exp $
PKG_CONFIG points right location in pkgsrc.
--- configure.orig 2007-05-31 12:17:05.000000000 +0000
+++ configure
@@ -5602,8 +5602,6 @@ echo "${ECHO_T}$with_imagelib" >&6; }
with_gtk2="yes"
if test x"$PKG_CONFIG" = x; then
PKG_CONFIG=pkg-config
- else
- PKG_CONFIG=:
fi;;
esac
done