diff options
author | jlam <jlam> | 2000-04-09 03:53:50 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-04-09 03:53:50 +0000 |
commit | 616e3a66c98b06f2ad4d9cf0db65698c94b6fb62 (patch) | |
tree | 05201b1af8d2cc6039a3a92efbec24e58b67ff9e /www/php3-pgsql | |
parent | 13bab05bb3f28ea61f73561ad23a10d968afa5d7 (diff) | |
download | pkgsrc-616e3a66c98b06f2ad4d9cf0db65698c94b6fb62.tar.gz |
Adapt to new postgresql include/library locations.
Diffstat (limited to 'www/php3-pgsql')
-rw-r--r-- | www/php3-pgsql/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php3-pgsql/Makefile b/www/php3-pgsql/Makefile index 5f91f46d64d..24e1ebcfd17 100644 --- a/www/php3-pgsql/Makefile +++ b/www/php3-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/04/02 16:40:41 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2000/04/09 04:00:35 jlam Exp $ # PKGNAME= php-pgsql-${PHP_VERSION} @@ -11,8 +11,8 @@ BUILDING_EXTENSION_MODULE=yes do-build: cd ${WRKSRC}/functions && \ - ${COMPILE.c} -I.. -I. -I${LOCALBASE}/include -fPIC -DPIC -DCOMPILE_DL pgsql.c && \ - ld -Bshareable -o pgsql.so pgsql.o -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lpq + ${COMPILE.c} -I.. -I. -I${LOCALBASE}/include/pgsql -fPIC -DPIC -DCOMPILE_DL pgsql.c && \ + ld -Bshareable -o pgsql.so pgsql.o -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lpq -lcrypt do-install: ${INSTALL_DATA} ${WRKSRC}/functions/pgsql.so ${PREFIX}/lib/php3/ |