pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/ap-aolserver Build this Apache module with the app...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7ede9401b8d
branches:  trunk
changeset: 463775:c7ede9401b8d
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Nov 26 15:58:08 2003 +0000

description:
Build this Apache module with the appropriate CFLAGS, which are found by
querying apxs.

diffstat:

 www/ap-aolserver/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1d2491d5ebdb -r c7ede9401b8d www/ap-aolserver/Makefile
--- a/www/ap-aolserver/Makefile Wed Nov 26 13:58:31 2003 +0000
+++ b/www/ap-aolserver/Makefile Wed Nov 26 15:58:08 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/07/17 22:55:21 grant Exp $
+# $NetBSD: Makefile,v 1.14 2003/11/26 15:58:08 jlam Exp $
 #
 
 DISTNAME=              mod_aolserver-1.1
@@ -15,7 +15,8 @@
 USE_BUILDLINK2=        YES
 
 CONFIGURE_ARGS+=       --with-database=postgres --with-mm=${BUILDLINK_PREFIX.libmm}
-CONFIGURE_ENV+=                CPPFLAGS="-I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql -I${BUILDLINK_PREFIX.apache}/include/httpd"
+CPPFLAGS+=     -I${BUILDLINK_PREFIX.postgresql-lib}/include/postgresql
+CFLAGS+=       `${APXS} -q CFLAGS CFLAGS_SHLIB`
 
 MESSAGE_SUBST+=                PREFIX=${PREFIX}
 



Home | Main Index | Thread Index | Old Index