aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-04-03 02:37:15 +0800
committermarcus <marcus@FreeBSD.org>2008-04-03 02:37:15 +0800
commit03f142046af8217b3afe9e89ac9f5527c4aa6ab8 (patch)
tree817f93e3845bd5cc48a136cbf39507ff8522a2e7 /sysutils
parent30db41ba3f95730f0d1ef41c0133722ebcbc8faa (diff)
downloadfreebsd-ports-gnome-03f142046af8217b3afe9e89ac9f5527c4aa6ab8.tar.gz
freebsd-ports-gnome-03f142046af8217b3afe9e89ac9f5527c4aa6ab8.tar.zst
freebsd-ports-gnome-03f142046af8217b3afe9e89ac9f5527c4aa6ab8.zip
Fix the build on 5.X.
Reported by: Taylor Mallette <taylor@supermilo.com>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/files/patch-hald_freebsd_clock11
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/hal/files/patch-hald_freebsd_clock b/sysutils/hal/files/patch-hald_freebsd_clock
index 5ce33fde67e2..488283e02e36 100644
--- a/sysutils/hal/files/patch-hald_freebsd_clock
+++ b/sysutils/hal/files/patch-hald_freebsd_clock
@@ -75,18 +75,21 @@
+ hfp_timespecfix(t1);
}
--- hald/freebsd/libprobe/hfp.h.orig 2008-03-17 17:25:17.000000000 -0400
-+++ hald/freebsd/libprobe/hfp.h 2008-03-26 12:05:36.000000000 -0400
-@@ -29,8 +29,8 @@
++++ hald/freebsd/libprobe/hfp.h 2008-04-02 14:35:50.000000000 -0400
+@@ -29,8 +29,12 @@
#endif
#include <stdarg.h>
+#include <time.h>
#include <sys/types.h>
--#include <sys/time.h>
++#include <sys/param.h>
++#if __FreeBSD_version < 600000
+ #include <sys/time.h>
++#endif
#include "libhal/libhal.h"
-@@ -84,14 +84,14 @@ void volume_id_log (const char *format,
+@@ -84,14 +88,14 @@ void volume_id_log (const char *format,
boolean hfp_getenv_bool (const char *variable);