blob: 80a137e9c8ca25f2afce3f50a5de1230c6be72e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$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
|