summaryrefslogtreecommitdiff
path: root/www/apache21/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-10-23 16:40:02 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-10-23 16:40:02 +0000
commitd7422c6406bbada531509be80cee1d6a122f98b0 (patch)
tree2ab1faf3a49ef5ee1786b3d7420366fcea0f8d07 /www/apache21/Makefile
parentNet/samba-des also uses libdes. (diff)
Compile with -funsigned-char instead of (unsigned char) cast
and not replace Apache functions now
Notes
Notes: svn path=/head/; revision=8345
Diffstat (limited to 'www/apache21/Makefile')
-rw-r--r--www/apache21/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile
index 96bc898574ca..9d7bbd9cc276 100644
--- a/www/apache21/Makefile
+++ b/www/apache21/Makefile
@@ -17,8 +17,6 @@ MAINTAINER= ache@freebsd.org
# VERS_ID = mods-1.0/me
post-patch:
- @cp /usr/include/md5.h ${WRKSRC}/src/main/freebsd_md5.h
- @cp /usr/include/fnmatch.h ${WRKSRC}/src/main/freebsd_fnmatch.h
@cd ${WRKSRC}/conf && \
for I in access.conf-dist srm.conf-dist; do \
sed -e "s#@@ServerRoot@@#${PREFIX}/www#g" < $${I} > $${I}.new; \