Files
pkgsrc-ng/www/w3m/patches/patch-aa
2013-09-26 17:14:40 +02:00

16 lines
384 B
Plaintext

$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