diff options
Diffstat (limited to 'www/xitami/files/patch-ae')
-rw-r--r-- | www/xitami/files/patch-ae | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xitami/files/patch-ae b/www/xitami/files/patch-ae index e3e07408b918..f54159cc6726 100644 --- a/www/xitami/files/patch-ae +++ b/www/xitami/files/patch-ae @@ -5,7 +5,8 @@ # define __UTYPE_FREEBSD # define __UNIX__ +#if !defined(__i386__) -+# define __IS_64_BIT__ ++# undef __IS_32BIT__ ++# define __IS_64BIT__ +#endif #elif (defined (NetBSD) || defined (__NetBSD__)) # define __UTYPE_NETBSD |