aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-08-02 04:49:52 +0800
committeritetcu <itetcu@FreeBSD.org>2006-08-02 04:49:52 +0800
commit8d8a5255749f2ed3075dbf382fc71ffcdbbdde82 (patch)
tree4342006fe04bbcb22193a5a7c7b1b05a8b5503fd /comms
parent3620ce66dff5ce099d06e432abd0bc126918b17e (diff)
downloadfreebsd-ports-gnome-8d8a5255749f2ed3075dbf382fc71ffcdbbdde82.tar.gz
freebsd-ports-gnome-8d8a5255749f2ed3075dbf382fc71ffcdbbdde82.tar.zst
freebsd-ports-gnome-8d8a5255749f2ed3075dbf382fc71ffcdbbdde82.zip
Unbreak
PR: ports/100993 Submitted by: Diane Bruce (maintainer)
Diffstat (limited to 'comms')
-rw-r--r--comms/ktrack/files/patch-ktrack_calculator.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/ktrack/files/patch-ktrack_calculator.cpp b/comms/ktrack/files/patch-ktrack_calculator.cpp
new file mode 100644
index 000000000000..b55c61c84c11
--- /dev/null
+++ b/comms/ktrack/files/patch-ktrack_calculator.cpp
@@ -0,0 +1,10 @@
+--- ktrack/calculator.cpp.orig Fri Jul 28 12:18:13 2006
++++ ktrack/calculator.cpp Fri Jul 28 12:18:46 2006
+@@ -17,6 +17,7 @@
+
+ #include <stdlib.h>
+ #include <stdio.h>
++#include <sys/time.h>
+ #include <kstandarddirs.h>
+ #include <qfile.h>
+ #include <qtimer.h>