diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 09:18:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-16 09:18:43 +0000 |
commit | e40b1bb94254ee08d029b3a91386fcd4ac88c210 (patch) | |
tree | 6b1e35fa939a1aded02ae43815a1fee4076bfa87 /devel/pmake | |
parent | 6dcd5edfb967bb7d5f682868f2577297077ddb56 (diff) | |
download | ports-e40b1bb94254ee08d029b3a91386fcd4ac88c210.tar.gz ports-e40b1bb94254ee08d029b3a91386fcd4ac88c210.zip |
Notes
Diffstat (limited to 'devel/pmake')
-rw-r--r-- | devel/pmake/files/patch-config.h | 14 |
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" |