diff options
author | jmc <jmc@pkgsrc.org> | 2003-06-06 23:38:10 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2003-06-06 23:38:10 +0000 |
commit | 3b2deb6aae6726a473ab85e2f9901a7924ebbef6 (patch) | |
tree | 6543fa0b12afa0678363874c04fff27ab0550a7a /www | |
parent | 925692b784d2f5873f817adc8c16441d49a44959 (diff) | |
download | pkgsrc-3b2deb6aae6726a473ab85e2f9901a7924ebbef6.tar.gz |
Make sure include files for apr get picked up when compiling
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-php4/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/ap2-php4/Makefile b/www/ap2-php4/Makefile index cf40d463567..dcc0cbb7d14 100644 --- a/www/ap2-php4/Makefile +++ b/www/ap2-php4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/11/05 07:33:19 martti Exp $ +# $NetBSD: Makefile,v 1.3 2003/06/06 23:38:10 jmc Exp $ PKGNAME= ap2-php-${PHP_BASE_VERS} PKGREVISION= # empty @@ -14,6 +14,9 @@ APACHE_MODULE= YES # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} +# Needed to pickup includes +CFLAGS+= -I${PREFIX}/include/apr-0 + do-install: ${INSTALL_DATA} ${WRKSRC}/.libs/libphp4.so \ ${PREFIX}/lib/httpd/mod_php4.so |