summaryrefslogtreecommitdiff
path: root/devel/pmake
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-06-16 09:18:43 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-06-16 09:18:43 +0000
commite40b1bb94254ee08d029b3a91386fcd4ac88c210 (patch)
tree6b1e35fa939a1aded02ae43815a1fee4076bfa87 /devel/pmake
parentUnbreak on -current. (diff)
Fix build on current.
Submitted by: mike
Notes
Notes: svn path=/head/; revision=61349
Diffstat (limited to 'devel/pmake')
-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"