summaryrefslogtreecommitdiff
path: root/www/beonex/Makefile
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2003-01-19 04:57:06 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2003-01-19 04:57:06 +0000
commitc513d8234aa7cd559296031658a6b99a493a02a3 (patch)
treee83f0ef68e9aea4cfe0610dee123adb01e413092 /www/beonex/Makefile
parentNew port: www/guile-www (guile modules for www interaction) (diff)
Add patches by Glen Nakamura which enable compilation with GCC 3.2.1
on the Alpha. I only tested this with FreeBSD 5.0-RC3, and the browser segfaulted immediately when I ran it. Mark as i386-only. Sponsored by: David O'Brien and Sofia Pappatheodorou
Notes
Notes: svn path=/head/; revision=73470
Diffstat (limited to 'www/beonex/Makefile')
-rw-r--r--www/beonex/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/beonex/Makefile b/www/beonex/Makefile
index c1f315f91e9c..2833aff4e3c2 100644
--- a/www/beonex/Makefile
+++ b/www/beonex/Makefile
@@ -64,6 +64,8 @@ CONFIGURE_ARGS= \
# --with-pthreads
# --enable-svg
+# compiles but segfaults on 5.0-RC3/alpha
+ONLY_FOR_ARCHS= i386
PLIST= ${WRKDIR}/pkg-plist
# LDAP is only used by mail and news so disable both together
.if defined(WITHOUT_MAILNEWS)