From e40b1bb94254ee08d029b3a91386fcd4ac88c210 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 16 Jun 2002 09:18:43 +0000 Subject: Fix build on current. Submitted by: mike --- devel/pmake/files/patch-config.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devel/pmake/files/patch-config.h (limited to 'devel/pmake/files/patch-config.h') diff --git a/devel/pmake/files/patch-config.h b/devel/pmake/files/patch-config.h new file mode 100644 index 000000000000..aa99f119c3d7 --- /dev/null +++ b/devel/pmake/files/patch-config.h @@ -0,0 +1,14 @@ +--- unix/config.h.orig Tue Jun 4 21:35:28 2002 ++++ unix/config.h Tue Jun 4 21:34:59 2002 +@@ -208,6 +208,11 @@ + # define HAVE_POSIX + #endif /* SYSV */ + ++#include ++#ifdef __FreeBSD__ ++# define HAVE_POSIX ++#endif ++ + #define LIBTOC "__.SYMDEF" + #define LIBFLAG "-l" + #define LIBPREFIX "lib" -- cgit v1.2.3