aboutsummaryrefslogtreecommitdiff
path: root/x11/workrave/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2007-10-01 16:18:00 +0000
committerRenato Botelho <garga@FreeBSD.org>2007-10-01 16:18:00 +0000
commit2922768d1fe2e5042b83a581b4a424e28aecfd29 (patch)
tree78ad202449fc372d26306fcad9e08feb717bcbe5 /x11/workrave/files
parentdc5cbfca428f724fbc6c6cba88a13702d5cf10dc (diff)
downloadports-2922768d1fe2e5042b83a581b4a424e28aecfd29.tar.gz
ports-2922768d1fe2e5042b83a581b4a424e28aecfd29.zip
- Update to 1.8.5
- OPTIONS'ify - s/INSTALLS_SHLIB/USE_LDCONFIG/ - Respect WITHOUT_NLS - Take maintainership PR: ports/116717 Submitted by: garga Approved by: infofarmer (maintainer)
Notes
Notes: svn path=/head/; revision=200553
Diffstat (limited to 'x11/workrave/files')
-rw-r--r--x11/workrave/files/patch-frontend__common__src__System.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/workrave/files/patch-frontend__common__src__System.cc b/x11/workrave/files/patch-frontend__common__src__System.cc
new file mode 100644
index 000000000000..08aaad5de308
--- /dev/null
+++ b/x11/workrave/files/patch-frontend__common__src__System.cc
@@ -0,0 +1,10 @@
+--- 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"