aboutsummaryrefslogtreecommitdiff
path: root/x11/workrave/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11/workrave/files')
-rw-r--r--x11/workrave/files/patch-System.cc12
-rw-r--r--x11/workrave/files/patch-frontend__common__src__System.cc10
2 files changed, 12 insertions, 10 deletions
diff --git a/x11/workrave/files/patch-System.cc b/x11/workrave/files/patch-System.cc
new file mode 100644
index 000000000000..1340f1253b0f
--- /dev/null
+++ b/x11/workrave/files/patch-System.cc
@@ -0,0 +1,12 @@
+--- frontend/common/src/System.cc.old 2010-03-25 11:16:41.000000000 -0700
++++ frontend/common/src/System.cc 2010-03-25 11:16:55.000000000 -0700
+@@ -41,9 +41,6 @@
+ #include <X11/Xproto.h>
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+-#endif
+-
+-#if defined(HAVE_UNIX)
+ #include <sys/wait.h>
+ #endif
+
diff --git a/x11/workrave/files/patch-frontend__common__src__System.cc b/x11/workrave/files/patch-frontend__common__src__System.cc
deleted file mode 100644
index 08aaad5de308..000000000000
--- a/x11/workrave/files/patch-frontend__common__src__System.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- frontend/common/src/System.cc.orig 2007-09-28 13:18:31.000000000 -0300
-+++ frontend/common/src/System.cc 2007-09-28 13:18:48.000000000 -0300
-@@ -28,6 +28,7 @@
- #include <stdio.h>
- #include <string.h>
- #include <strings.h>
-+#include <sys/wait.h>
-
- #include "System.hh"
- #include "debug.hh"