diff options
author | jmc <jmc@pkgsrc.org> | 2002-02-05 04:46:31 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-02-05 04:46:31 +0000 |
commit | a45c0f153ab2cdbd144f0ef5cde3fb42b92aaeb5 (patch) | |
tree | 6267e44b0590fb9beadcdd1a851e8bb4d8a12ef2 /www | |
parent | f1e82d76c38ecef4133df1a04aee3d8d68416f0a (diff) | |
download | pkgsrc-a45c0f153ab2cdbd144f0ef5cde3fb42b92aaeb5.tar.gz |
Make sure configure knows where MM is located. Also include the apache
headers in the CPPFLAGS
Diffstat (limited to 'www')
-rw-r--r-- | www/ap-aolserver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/ap-aolserver/Makefile b/www/ap-aolserver/Makefile index 846ade87540..f37236b7da7 100644 --- a/www/ap-aolserver/Makefile +++ b/www/ap-aolserver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/12/09 22:54:14 jmc Exp $ +# $NetBSD: Makefile,v 1.5 2002/02/05 04:46:31 jmc Exp $ # DISTNAME= mod_aolserver-1.1 @@ -18,8 +18,8 @@ DEPENDS+= apache{,6}-1.3.*:../../www/apache HAS_CONFIGURE= # yes GNU_CONFIGURE= # yes -CONFIGURE_ARGS+= --with-database=postgres -CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/pgsql" +CONFIGURE_ARGS+= --with-database=postgres --with-mm=${PREFIX} +CONFIGURE_ENV+= CPPFLAGS="-I${PREFIX}/include/pgsql -I${PREFIX}/include/httpd" MESSAGE_SUBST+= PREFIX=${PREFIX} |