Unbreak by explicitly defining the DEFAULT_XFERLOG. Apparently, the

newer Apache versions don't define it.
This commit is contained in:
Mikhail Teterin 2003-06-03 16:48:42 +00:00
parent 9c08f93da5
commit ed9fa5e715
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82201
2 changed files with 2 additions and 2 deletions

View file

@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR=nws
MAINTAINER= mi@aldan.algebra.com
COMMENT= Embeds a TCL8 interpreter in the Apache server
BROKEN= "Does not compile"
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
LIB_DEPENDS= neo82:${PORTSDIR}/devel/tcl-neo

View file

@ -10,6 +10,8 @@ INCLUDES= -I${PREFIX}/include/apache \
CC!= ${PREFIX}/sbin/apxs -q CC
CFLAGS!= ${PREFIX}/sbin/apxs -q CFLAGS CFLAGS_SHLIB
CFLAGS+= ${INCLUDES} -DGDTCL
CFLAGS+= -DDEFAULT_XFERLOG=\"/var/log/httpd-access.log\"
# Ridiculous!
#CFLAGS+= -Dneo_log_module=log_neo_module \
# -Dtcl_auth_module=auth_tcl_module