diff options
author | David Thiel <lx@FreeBSD.org> | 2010-03-25 19:06:36 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2010-03-25 19:06:36 +0000 |
commit | 3ae521a4fd0afad00d990688b18908350c611169 (patch) | |
tree | 1d8eb77f36ba172f463ced12cc94d019588619ad /x11/workrave/files | |
parent | 045651c7464154a5360de46309500a8f544376b2 (diff) | |
download | ports-3ae521a4fd0afad00d990688b18908350c611169.tar.gz ports-3ae521a4fd0afad00d990688b18908350c611169.zip |
Notes
Diffstat (limited to 'x11/workrave/files')
-rw-r--r-- | x11/workrave/files/patch-System.cc | 12 | ||||
-rw-r--r-- | x11/workrave/files/patch-frontend__common__src__System.cc | 10 |
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" |