freebsd-ports/graphics/kudu/files/patch-src-globals.h
Dmitry Marakasov e1a617348b - Fix build in 8-STABLE and 9-CURRENT [1]
- Mark MAKE_JOBS_SAFE

Reported by:	pointyhat via erwin ([1])
Feature safe:	yes
2010-03-06 18:58:10 +00:00

13 lines
300 B
C

--- src/globals.h.orig 2006-09-12 21:50:10.000000000 +0400
+++ src/globals.h 2010-03-06 20:43:04.000000000 +0300
@@ -52,6 +52,10 @@
#include <sys/timeb.h>
#include <sys/stat.h>
#include <sys/types.h>
+
+#undef __XSI_VISIBLE
+#define __XSI_VISIBLE 700
+
#include <dirent.h>
#include <getopt.h>