summaryrefslogtreecommitdiff
path: root/www/apache6
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 08:28:09 +0000
committeragc <agc>1999-08-18 08:28:09 +0000
commitf85159d63f4a46201e78d91cf34de31dd0a72add (patch)
tree99303b67db6c12c9bc66a158c4d979478f3ca27e /www/apache6
parenta0157def7c056abe7ca23fa25fd5d7f45e7c3582 (diff)
downloadpkgsrc-f85159d63f4a46201e78d91cf34de31dd0a72add.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'www/apache6')
-rw-r--r--www/apache6/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/apache6/Makefile b/www/apache6/Makefile
index 802e4dc7843..7019c7317ce 100644
--- a/www/apache6/Makefile
+++ b/www/apache6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/07/23 18:19:29 itojun Exp $
+# $NetBSD: Makefile,v 1.3 1999/08/18 08:29:11 agc Exp $
#
# The fourth number in the PKGNAME version indicates a NetBSD pkg revision
# (to indicate changes in the shipped third party patches such as the mod_ssl
@@ -66,6 +66,8 @@ CFLAGS+= -O6 -fomit-frame-pointer -fexpensive-optimizations
PLIST_SRC= ${WRKDIR}/PLIST
+BUILD_DEFS+= AMANDA_USER AMANDA_SMB AMANDA_VAR
+
# Note that there is NO static compile module hook here. This is intentional.
# Under Apache 1.3, modules can be compiled to link dynamically to the server
# using the "apxs" program. See apxs(8).