From c5786aa3cbdf0df47be293892547e16acd21febe Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Thu, 5 Sep 2002 02:49:33 +0000 Subject: Respect CC and CXX, and don't depend on obsoleted header for a definition of BITSPERBYTE --- www/fhttpd/files/patch-ai | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 www/fhttpd/files/patch-ai (limited to 'www/fhttpd/files/patch-ai') diff --git a/www/fhttpd/files/patch-ai b/www/fhttpd/files/patch-ai new file mode 100644 index 000000000000..cac87081a86d --- /dev/null +++ b/www/fhttpd/files/patch-ai @@ -0,0 +1,19 @@ +--- pseudopoll.c.orig Wed Sep 4 19:45:04 2002 ++++ pseudopoll.c Wed Sep 4 19:45:19 2002 +@@ -7,7 +7,6 @@ + #include + #include + #include +-#include + #include + #include + #include +@@ -15,6 +14,8 @@ + #ifdef NEED_SELECT_H + #include + #endif ++ ++#define BITSPERBYTE 8 + + static char *readfds_c=NULL; + static char *writefds_c=NULL; -- cgit v1.2.3