diff options
author | naddy <naddy@FreeBSD.org> | 2002-12-18 20:25:32 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-12-18 20:25:32 +0800 |
commit | e6be7a544c644f7eaca488b63e2df42ad422b328 (patch) | |
tree | ae98b14b7547a17462684677d4909a373b397f0c /devel | |
parent | 4855aa2d70459f493457b2c9c167fd4996a872b3 (diff) | |
download | freebsd-ports-gnome-e6be7a544c644f7eaca488b63e2df42ad422b328.tar.gz freebsd-ports-gnome-e6be7a544c644f7eaca488b63e2df42ad422b328.tar.zst freebsd-ports-gnome-e6be7a544c644f7eaca488b63e2df42ad422b328.zip |
Fix build on alpha.
Approved by: jkoshy
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fhist/files/patch-common_ac_time.h | 14 |
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; |