aboutsummaryrefslogtreecommitdiff
path: root/devel/fhist
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-12-18 12:25:32 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-12-18 12:25:32 +0000
commit7d09d1208247d8188cbec3ddd75b50960687bf62 (patch)
tree252681a1cce5f5f9b72a4f31e4fcc320a7596e5f /devel/fhist
parent43c7467debbee4fd3f32d95d870683142dd68a41 (diff)
downloadports-7d09d1208247d8188cbec3ddd75b50960687bf62.tar.gz
ports-7d09d1208247d8188cbec3ddd75b50960687bf62.zip
Notes
Diffstat (limited to 'devel/fhist')
-rw-r--r--devel/fhist/files/patch-common_ac_time.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/fhist/files/patch-common_ac_time.h b/devel/fhist/files/patch-common_ac_time.h
new file mode 100644
index 000000000000..95d0ea222593
--- /dev/null
+++ b/devel/fhist/files/patch-common_ac_time.h
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- common/ac/time.h.orig Wed Dec 18 02:09:57 2002
++++ common/ac/time.h Wed Dec 18 02:10:04 2002
+@@ -29,7 +29,7 @@
+ * Catch-22: Dec Alpha OSF/1: need to include time.h before sys/time.h
+ * before time.h
+ */
+-#ifdef __alpha__
++#ifdef __osf1__
+ #ifndef _CLOCK_ID_T
+ #define _CLOCK_ID_T
+ typedef int clockid_t;