diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-17 10:08:40 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-09-17 10:08:40 +0000 |
commit | e77d7f87a0cd3c814e0fb9694964734c66dc4dc7 (patch) | |
tree | 4870caaec9995b634257816dfc6fd9b3a3b036dc /deskutils | |
parent | bd70ec5a9ccb2fe8cb52ea2b73af2e85e326427b (diff) | |
download | ports-e77d7f87a0cd3c814e0fb9694964734c66dc4dc7.tar.gz ports-e77d7f87a0cd3c814e0fb9694964734c66dc4dc7.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/taskwarrior/files/patch-src_Nibbler.h | 10 | ||||
-rw-r--r-- | deskutils/taskwarrior/files/patch-src_Task.h | 10 |
2 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/taskwarrior/files/patch-src_Nibbler.h b/deskutils/taskwarrior/files/patch-src_Nibbler.h new file mode 100644 index 000000000000..e5c27abdb36c --- /dev/null +++ b/deskutils/taskwarrior/files/patch-src_Nibbler.h @@ -0,0 +1,10 @@ +--- src/Nibbler.h.orig 2013-09-17 10:58:23.000000000 +0200 ++++ src/Nibbler.h 2013-09-17 10:58:33.000000000 +0200 +@@ -37,6 +37,7 @@ + + #include <string> + #include <vector> ++#include <sys/time.h> + + class Nibbler + { diff --git a/deskutils/taskwarrior/files/patch-src_Task.h b/deskutils/taskwarrior/files/patch-src_Task.h new file mode 100644 index 000000000000..71f9e5805fad --- /dev/null +++ b/deskutils/taskwarrior/files/patch-src_Task.h @@ -0,0 +1,10 @@ +--- src/Task.h.orig 2013-09-17 10:56:44.000000000 +0200 ++++ src/Task.h 2013-09-17 10:56:57.000000000 +0200 +@@ -33,6 +33,7 @@ + #include <map> + #include <string> + #include <stdio.h> ++#include <sys/time.h> + + + void initializeUrgencyCoefficients (); |