diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-23 16:40:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-10-23 16:40:02 +0000 |
commit | d7422c6406bbada531509be80cee1d6a122f98b0 (patch) | |
tree | 2ab1faf3a49ef5ee1786b3d7420366fcea0f8d07 /www/apache2/Makefile | |
parent | Net/samba-des also uses libdes. (diff) |
Compile with -funsigned-char instead of (unsigned char) cast
and not replace Apache functions now
Diffstat (limited to 'www/apache2/Makefile')
-rw-r--r-- | www/apache2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index 96bc898574ca..9d7bbd9cc276 100644 --- a/www/apache2/Makefile +++ b/www/apache2/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; \ |