diff options
author | mi <mi@FreeBSD.org> | 2002-03-24 06:41:04 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2002-03-24 06:41:04 +0800 |
commit | 86beafc7b3caec8477292fd6bfa939c639fb7fe5 (patch) | |
tree | c168ec3fc976601e6bfc78833803ce289fb2f9c4 /security | |
parent | 5766b9dc8af44cf1ad153445a525e6b388c795c3 (diff) | |
download | freebsd-ports-gnome-86beafc7b3caec8477292fd6bfa939c639fb7fe5.tar.gz freebsd-ports-gnome-86beafc7b3caec8477292fd6bfa939c639fb7fe5.tar.zst freebsd-ports-gnome-86beafc7b3caec8477292fd6bfa939c639fb7fe5.zip |
Search in the ${LOCABASE}/include too, not just include/pgsql.
Submitted by: Anders Nordby
Diffstat (limited to 'security')
-rw-r--r-- | security/pam-pgsql/files/Makefile.bsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pam-pgsql/files/Makefile.bsd b/security/pam-pgsql/files/Makefile.bsd index 7b81d92454d0..a82da4d750ba 100644 --- a/security/pam-pgsql/files/Makefile.bsd +++ b/security/pam-pgsql/files/Makefile.bsd @@ -7,7 +7,7 @@ LIB= pam_pgsql SHLIB_NAME=${LIB}.so LDADD= -lpam -L${LOCALBASE}/lib -lpq -lmd -CFLAGS+= -Wall -D_GNU_SOURCE \ +CFLAGS+= -Wall -D_GNU_SOURCE -I${LOCALBASE}/include \ -I${LOCALBASE}/include/pgsql INTERNALLIB= we don't need no stinking static lib |