diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 20:40:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-21 20:40:38 +0000 |
commit | a259471ab8d1ad4a99e90d9ea7b5d67c3c2b6bf1 (patch) | |
tree | 48dee8bc4af5a93e9bc23f37da50b7cf34d6602e /www/xitami | |
parent | be630ee5ea114e263b2f04b7307908ae449493d2 (diff) | |
download | ports-a259471ab8d1ad4a99e90d9ea7b5d67c3c2b6bf1.tar.gz ports-a259471ab8d1ad4a99e90d9ea7b5d67c3c2b6bf1.zip |
Notes
Diffstat (limited to 'www/xitami')
-rw-r--r-- | www/xitami/files/patch-sfl-sfl.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/xitami/files/patch-sfl-sfl.h b/www/xitami/files/patch-sfl-sfl.h new file mode 100644 index 000000000000..4ff21a5443b7 --- /dev/null +++ b/www/xitami/files/patch-sfl-sfl.h @@ -0,0 +1,13 @@ +--- sfl/sfl.h.orig Fri Jul 11 23:10:08 2003 ++++ sfl/sfl.h Tue Jul 20 15:21:33 2004 +@@ -175,6 +175,10 @@ + #elif (defined (FreeBSD) || defined (__FreeBSD__)) + # define __UTYPE_FREEBSD + # define __UNIX__ ++#if !defined(__i386__) ++# undef __IS_32BIT__ ++# define __IS_64BIT__ ++#endif + #elif (defined (NetBSD) || defined (__NetBSD__)) + # define __UTYPE_NETBSD + # define __UNIX__ |