aboutsummaryrefslogtreecommitdiff
path: root/x11/workrave/files
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2010-03-25 19:06:36 +0000
committerDavid Thiel <lx@FreeBSD.org>2010-03-25 19:06:36 +0000
commit3ae521a4fd0afad00d990688b18908350c611169 (patch)
tree1d8eb77f36ba172f463ced12cc94d019588619ad /x11/workrave/files
parent045651c7464154a5360de46309500a8f544376b2 (diff)
downloadports-3ae521a4fd0afad00d990688b18908350c611169.tar.gz
ports-3ae521a4fd0afad00d990688b18908350c611169.zip
Update to 1.9.1 and take ownership.
Notes
Notes: svn path=/head/; revision=251501
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"