diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-07-12 11:14:42 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-07-12 11:14:42 +0000 |
commit | 8f1f0bc47d7dd0984211b5d31182ddfd976ae046 (patch) | |
tree | 816949c580f102704bca49a51c94fd4b1a5edc04 /www/xitami | |
parent | www/p5-AxKit was marked as broken due to it not compiling with (diff) |
Teach xitami about 64-bit architectures to fix the build.
Reviewed by: maintainer
Diffstat (limited to 'www/xitami')
-rw-r--r-- | www/xitami/files/patch-ae | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/xitami/files/patch-ae b/www/xitami/files/patch-ae new file mode 100644 index 000000000000..e3e07408b918 --- /dev/null +++ b/www/xitami/files/patch-ae @@ -0,0 +1,12 @@ +--- src/sfl/prelude.h.orig Fri Jul 11 23:10:08 2003 ++++ src/sfl/prelude.h Fri Jul 11 23:11:22 2003 +@@ -175,6 +175,9 @@ + #elif (defined (FreeBSD) || defined (__FreeBSD__)) + # define __UTYPE_FREEBSD + # define __UNIX__ ++#if !defined(__i386__) ++# define __IS_64_BIT__ ++#endif + #elif (defined (NetBSD) || defined (__NetBSD__)) + # define __UTYPE_NETBSD + # define __UNIX__ |