summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/nxcl/files/nxcl-0.9-gcc47.patch')
-rw-r--r--net-misc/nxcl/files/nxcl-0.9-gcc47.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/nxcl/files/nxcl-0.9-gcc47.patch b/net-misc/nxcl/files/nxcl-0.9-gcc47.patch
new file mode 100644
index 0000000..d14c25e
--- /dev/null
+++ b/net-misc/nxcl/files/nxcl-0.9-gcc47.patch
@@ -0,0 +1,10 @@
+--- lib/notQt.h.orig 2012-06-18 17:15:02.139055813 +0200
++++ lib/notQt.h 2012-06-18 17:15:23.424070974 +0200
+@@ -34,6 +34,7 @@
+ #include <fstream>
+ extern "C" {
+ #include <sys/poll.h>
++#include <unistd.h>
+ }
+ #define NOTQTPROCESS_MAIN_APP 0
+ #define NOTQTPROCESS_FAILURE -1