aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2008-01-07 08:52:53 +0800
committerbms <bms@FreeBSD.org>2008-01-07 08:52:53 +0800
commitcafa1e7b98915f284fc5ee9f929b028d3267d4bf (patch)
tree58a7db715103a41156fbe832055155e93573e00f /devel
parentd270abd97d1935687cce657ef0cd1be958829cb4 (diff)
downloadfreebsd-ports-gnome-cafa1e7b98915f284fc5ee9f929b028d3267d4bf.tar.gz
freebsd-ports-gnome-cafa1e7b98915f284fc5ee9f929b028d3267d4bf.tar.zst
freebsd-ports-gnome-cafa1e7b98915f284fc5ee9f929b028d3267d4bf.zip
try to fix build on -current; I have no -current system to test with, and
it builds fine on all my systems here.
Diffstat (limited to 'devel')
-rw-r--r--devel/urjtag/files/patch-src__lib__fclock.c14
1 files changed, 11 insertions, 3 deletions
diff --git a/devel/urjtag/files/patch-src__lib__fclock.c b/devel/urjtag/files/patch-src__lib__fclock.c
index aa2829f78ae2..b44da6e366ff 100644
--- a/devel/urjtag/files/patch-src__lib__fclock.c
+++ b/devel/urjtag/files/patch-src__lib__fclock.c
@@ -1,6 +1,14 @@
---- src/lib/fclock.c.orig Sat Jan 5 00:50:24 2008
-+++ src/lib/fclock.c Sat Jan 5 00:51:05 2008
-@@ -66,7 +66,7 @@
+--- src/lib/fclock.c.orig Sun Dec 23 15:10:22 2007
++++ src/lib/fclock.c Mon Jan 7 00:46:01 2008
+@@ -26,6 +26,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <time.h>
++#include <sys/time.h>
+ #include <sys/times.h>
+ #include <math.h>
+ #include <assert.h>
+@@ -66,7 +67,7 @@
}
result = (long double)c/CLK_TCK;
#endif