summaryrefslogtreecommitdiff
path: root/devel/pmake/files/patch-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pmake/files/patch-config.h')
-rw-r--r--devel/pmake/files/patch-config.h14
1 files changed, 14 insertions, 0 deletions
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 <sys/param.h>
++#ifdef __FreeBSD__
++# define HAVE_POSIX
++#endif
++
+ #define LIBTOC "__.SYMDEF"
+ #define LIBFLAG "-l"
+ #define LIBPREFIX "lib"