diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-03-06 18:58:10 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2010-03-06 18:58:10 +0000 |
commit | e1a617348be5900f449c670d26ab71cd8c2e1b17 (patch) | |
tree | b2fcfa10b0d1e4cb599b02fa331d17a0295c7daa /graphics/kudu/files/patch-src-globals.h | |
parent | 801ffe5658574af6d9f0a1f5435520bc0569fab7 (diff) |
Notes
Diffstat (limited to 'graphics/kudu/files/patch-src-globals.h')
-rw-r--r-- | graphics/kudu/files/patch-src-globals.h | 13 |
1 files changed, 13 insertions, 0 deletions
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> + |