ports/math/scipoptsuite/files/patch-ug_src_ug_paraSysTimer.h
2024-06-17 01:18:35 -07:00

13 lines
250 B
C

--- ug/src/ug/paraSysTimer.h.orig 2024-06-17 04:20:33 UTC
+++ ug/src/ug/paraSysTimer.h
@@ -55,6 +55,10 @@
#define BSD
#endif /* SUN_OS */
+#ifdef __FreeBSD__
+#define BSD
+#endif /* SUN_OS */
+
#ifdef SOLARIS
#define SYSV
#endif /* SOLARIS */