From 0664523e1060ba3c180c99ba793b514c26943353 Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 22 Apr 2007 01:34:46 +0000 Subject: BROKEN on !i386: Does not compile --- www/firefox35/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www/firefox35') diff --git a/www/firefox35/Makefile b/www/firefox35/Makefile index f1608d7100ab..916dc1d0bca2 100644 --- a/www/firefox35/Makefile +++ b/www/firefox35/Makefile @@ -52,6 +52,10 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ .include +.if ${ARCH} != "i386" +BROKEN= Does not compile on !i386 +.endif + GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} MOZ_OPTIONS+= --disable-svg -- cgit