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

16 lines
374 B
Plaintext

$NetBSD: patch-ak,v 1.1 2008/12/13 08:52:13 obache Exp $
PKG_CONFIG points right location in pkgsrc.
--- acinclude.m4.orig 2006-04-07 13:21:11.000000000 +0000
+++ acinclude.m4
@@ -652,8 +652,6 @@ AC_DEFUN([AC_W3M_IMAGE],
with_gtk2="yes"
if test x"$PKG_CONFIG" = x; then
PKG_CONFIG=pkg-config
- else
- PKG_CONFIG=:
fi;;
esac
done