aboutsummaryrefslogtreecommitdiffstats
path: root/www/xitami/files/patch-ae
blob: f54159cc67265e287d2f32fa997510b1792b43a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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__)
+#   undef  __IS_32BIT__
+#   define __IS_64BIT__
+#endif
 #elif (defined (NetBSD) || defined (__NetBSD__))
 #   define __UTYPE_NETBSD
 #   define __UNIX__