From c513d8234aa7cd559296031658a6b99a493a02a3 Mon Sep 17 00:00:00 2001 From: Trevor Johnson Date: Sun, 19 Jan 2003 04:57:06 +0000 Subject: 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 --- www/beonex/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'www/beonex/Makefile') 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) -- cgit v1.2.3