opnsense-ports/graphics/gmt/files/patch-src-grdmath.c
Franco Fichtner 22fd3920a1 */*: sync with upstream
Taken from: HardenedBSD
2017-08-21 07:34:07 +02:00

14 lines
246 B
C

--- src/grdmath.c.orig 2016-03-07 01:35:42 UTC
+++ src/grdmath.c
@@ -51,11 +51,7 @@
*/
/* Circumvent Solaris problem. See bug #817 */
-#ifdef __FreeBSD__
-#define _XOPEN_SOURCE
-#else
#define _XOPEN_SOURCE 600
-#endif
#include "gmt.h"