freebsd-ports/lang/oorexx/files/patch-rexxapi-RexxAPIManager.cpp
Max Khon a0319a48de Fix build on FreeBSD 7 and later.
Approved by:	portmgr (pav)
2007-11-14 04:57:15 +00:00

12 lines
363 B
C++

--- rexxapi/RexxAPIManager.cpp.orig 2007-11-14 03:31:03.000000000 +0600
+++ rexxapi/RexxAPIManager.cpp 2007-11-14 03:32:26.000000000 +0600
@@ -108,6 +108,9 @@
#include <signal.h>
#include <limits.h>
#endif
+#if defined(__FreeBSD__)
+#include <limits.h>
+#endif
/* #if defined(LINUX) && !defined(OPSYS_SUN) */
/* #include <bits/posix1_lim.h> */
/* #endif */