summaryrefslogtreecommitdiff
path: root/math/dune-pdelab/files/patch-dune_pdelab_common_clock.cc
blob: b552433aa47bd9a0488143d9f3978883317830e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- dune/pdelab/common/clock.cc.orig	2020-03-15 02:50:50 UTC
+++ dune/pdelab/common/clock.cc
@@ -5,7 +5,7 @@
 #if defined(_POSIX_C_SOURCE) && _POSIX_C_SOURCE < 199309L
 #undef _POSIX_C_SOURCE
 #endif
-#if !defined(_POSIX_C_SOURCE) && !defined(__APPLE__)
+#if !defined(_POSIX_C_SOURCE) && !defined(__APPLE__) && !defined(__FreeBSD__)
 #define _POSIX_C_SOURCE 199309L
 #endif