summaryrefslogtreecommitdiff
path: root/www/xitami
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-12 11:14:42 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-12 11:14:42 +0000
commit8f1f0bc47d7dd0984211b5d31182ddfd976ae046 (patch)
tree816949c580f102704bca49a51c94fd4b1a5edc04 /www/xitami
parentwww/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
Notes
Notes: svn path=/head/; revision=84770
Diffstat (limited to 'www/xitami')
-rw-r--r--www/xitami/files/patch-ae12
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__