diff options
author | ache <ache@FreeBSD.org> | 1997-10-24 00:40:02 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-10-24 00:40:02 +0800 |
commit | f58fd6dfe450530e31665e4a72c065751ba3a59b (patch) | |
tree | 4b7e8d7e24c3f158d44683433b660393946c43a3 /www/apache22/Makefile | |
parent | 21212c61c711e686882768ad745e5ba5892a25fa (diff) | |
download | freebsd-ports-gnome-f58fd6dfe450530e31665e4a72c065751ba3a59b.tar.gz freebsd-ports-gnome-f58fd6dfe450530e31665e4a72c065751ba3a59b.tar.zst freebsd-ports-gnome-f58fd6dfe450530e31665e4a72c065751ba3a59b.zip |
Compile with -funsigned-char instead of (unsigned char) cast
and not replace Apache functions now
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 96bc898574ca..9d7bbd9cc276 100644 --- a/www/apache22/Makefile +++ b/www/apache22/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; \ |