aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2010-03-06 18:58:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2010-03-06 18:58:10 +0000
commite1a617348be5900f449c670d26ab71cd8c2e1b17 (patch)
treeb2fcfa10b0d1e4cb599b02fa331d17a0295c7daa /graphics
parent801ffe5658574af6d9f0a1f5435520bc0569fab7 (diff)
downloadports-e1a617348be5900f449c670d26ab71cd8c2e1b17.tar.gz
ports-e1a617348be5900f449c670d26ab71cd8c2e1b17.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/kudu/Makefile1
-rw-r--r--graphics/kudu/files/patch-src-globals.h13
2 files changed, 14 insertions, 0 deletions
diff --git a/graphics/kudu/Makefile b/graphics/kudu/Makefile
index c6eeeed0484d..079dbd90bf07 100644
--- a/graphics/kudu/Makefile
+++ b/graphics/kudu/Makefile
@@ -20,6 +20,7 @@ USE_GL= gl
USE_PYTHON= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
+MAKE_JOBS_SAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/graphics/kudu/files/patch-src-globals.h b/graphics/kudu/files/patch-src-globals.h
new file mode 100644
index 000000000000..4040a983eac0
--- /dev/null
+++ b/graphics/kudu/files/patch-src-globals.h
@@ -0,0 +1,13 @@
+--- 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>
+