diff options
author | tron <tron> | 1999-08-29 21:16:20 +0000 |
---|---|---|
committer | tron <tron> | 1999-08-29 21:16:20 +0000 |
commit | 59b91476f4dfc19de6320518d53d7510b5562553 (patch) | |
tree | 5a91a678b7e8e328b90fb748611152c3ee83c6b3 /www/php3-gd | |
parent | 90ccb1b461aa548cce1c4aa35d6bdab3541537c7 (diff) | |
download | pkgsrc-59b91476f4dfc19de6320518d53d7510b5562553.tar.gz |
The "gd" include files are now in "${LOCALBASE}/include" and not in
"${LOCALBASE}/include/gd".
Diffstat (limited to 'www/php3-gd')
-rw-r--r-- | www/php3-gd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php3-gd/Makefile b/www/php3-gd/Makefile index f1e8fa26e28..64ccfae93b5 100644 --- a/www/php3-gd/Makefile +++ b/www/php3-gd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/29 21:12:39 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/29 21:16:20 tron Exp $ # PKGNAME= php-gd-${PHP_VERSION} @@ -11,7 +11,7 @@ BUILDING_EXTENSION_MODULE=yes do-build: cd ${WRKSRC}/functions && \ - ${COMPILE.c} -I.. -I. -I${LOCALBASE}/include/gd -fPIC -DPIC -DCOMPILE_DL gd.c && \ + ${COMPILE.c} -I.. -I. -I${LOCALBASE}/include -fPIC -DPIC -DCOMPILE_DL gd.c && \ ld -Bshareable -o gd.so gd.o -L${LOCALBASE}/lib -R${LOCALBASE}/lib -lgd do-install: |