main/pkgconf: add /usr/local to search path

This commit is contained in:
Natanael Copa 2016-08-11 14:33:18 +00:00
parent d1061ed23e
commit 7f93978355

View File

@ -2,7 +2,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=pkgconf
pkgver=1
pkgrel=2
pkgrel=3
pkgdesc="development framework configuration tools"
url="https://github.com/pkgconf/pkgconf"
arch="all"
@ -28,6 +28,7 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
--with-pkg-config-dir=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig \
|| return 1
make || return 1
if [ "$CHOST" = "$CBUILD" ]; then