diff options
Diffstat (limited to 'devel/pmake/files/patch-config.h')
-rw-r--r-- | devel/pmake/files/patch-config.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/pmake/files/patch-config.h b/devel/pmake/files/patch-config.h deleted file mode 100644 index aa99f119c3d7..000000000000 --- a/devel/pmake/files/patch-config.h +++ /dev/null @@ -1,14 +0,0 @@ ---- 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" |