From 875e2aad351515554be7c8c626e34b39cccb99ef Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 28 May 2000 03:25:16 +0000 Subject: Don't add -O2 to CFLAGS. Make this port honor CFLAGS and CXXFLAGS. Fix build for -current. --- www/fhttpd/files/patch-ag | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/fhttpd/files/patch-ag (limited to 'www/fhttpd/files/patch-ag') 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 + #include ++#if defined(__FreeBSD__) && __FreeBSD__ >= 5 ++#include /* for ALIGN macro needed by CMSG_DATA */ ++#endif + #include + #include + #include -- cgit v1.2.3