summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2012-10-09 07:01:06 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2012-10-09 07:01:06 +0000
commitfefd7e22de8be018b7312857ace725db1950596e (patch)
treedc4ec4d24db83ad75ed909ff96cf36cba445704e /regress
parente78bb5f95c3c2d3e7ca341ee15e0ad8c93547a88 (diff)
- allow PKG_CONFIG to be overriden and remove the commented fd.o PKG_CONFIG variable.
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/pkg-config/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/regress/usr.bin/pkg-config/Makefile b/regress/usr.bin/pkg-config/Makefile
index 41172c50d4c..23f01667562 100644
--- a/regress/usr.bin/pkg-config/Makefile
+++ b/regress/usr.bin/pkg-config/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.32 2012/07/08 07:45:37 espie Exp $
+# $OpenBSD: Makefile,v 1.33 2012/10/09 07:01:05 jasper Exp $
REGRESS_TARGETS=cmp-vers1-1 \
cmp-vers1-2 \
@@ -54,10 +54,9 @@ REGRESS_TARGETS=cmp-vers1-1 \
broken-require-1 \
broken-require-2
-PKG_CONFIG= pkg-config
+PKG_CONFIG?= pkg-config
PCONFIG = PKG_CONFIG_PATH=${.CURDIR}/pcdir/ ${PKG_CONFIG}
VPCONFIG = ${PCONFIG} --errors-to-stdout --print-errors > ${GOT}
-#PKG_CONFIG= /usr/obj/ports/pkgconfig-0.26/fake-i386/usr/local/bin/pkg-config
WANT= ${.OBJDIR}/$@.want
GOT= ${.OBJDIR}/$@.got