diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:25:16 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:25:16 +0000 |
commit | 875e2aad351515554be7c8c626e34b39cccb99ef (patch) | |
tree | dfb3c6db6346328829dc3eb342846314a6f58c94 /www/fhttpd/files/patch-ag | |
parent | Update to version 0.4.3. (diff) |
Don't add -O2 to CFLAGS. Make this port honor CFLAGS and CXXFLAGS. Fix
build for -current.
Notes
Notes:
svn path=/head/; revision=28795
Diffstat (limited to '')
-rw-r--r-- | www/fhttpd/files/patch-ag | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/fhttpd/files/patch-ag b/www/fhttpd/files/patch-ag new file mode 100644 index 000000000000..f08fc28d0184 --- /dev/null +++ b/www/fhttpd/files/patch-ag @@ -0,0 +1,12 @@ +--- servproc.h.orig Sat May 27 15:00:37 2000 ++++ servproc.h Sat May 27 15:00:58 2000 +@@ -29,6 +29,9 @@ + #endif + #include <sys/time.h> + #include <sys/stat.h> ++#if defined(__FreeBSD__) && __FreeBSD__ >= 5 ++#include <machine/param.h> /* for ALIGN macro needed by CMSG_DATA */ ++#endif + #include <sys/socket.h> + #include <sys/un.h> + #include <sys/file.h> |