summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-08-29 21:16:20 +0000
committertron <tron@pkgsrc.org>1999-08-29 21:16:20 +0000
commit35cf442fe8c6f3335d4be47879dcd268f344ad7c (patch)
tree5a91a678b7e8e328b90fb748611152c3ee83c6b3 /www
parentfc02a29d700a5a93725b25291c2be5a716920365 (diff)
downloadpkgsrc-35cf442fe8c6f3335d4be47879dcd268f344ad7c.tar.gz
The "gd" include files are now in "${LOCALBASE}/include" and not in
"${LOCALBASE}/include/gd".
Diffstat (limited to 'www')
-rw-r--r--www/php3-gd/Makefile4
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: