diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:34:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-04-22 01:34:46 +0000 |
commit | 4d68353a0dc4b541100a4af89b2f652379ad6243 (patch) | |
tree | 1e6d29fe8e989708efedf7fe2916e1c61b46d752 /www/firefox35/Makefile | |
parent | df75b50ea80d36b6d4012c9bc34fa0375f28579f (diff) |
Notes
Diffstat (limited to 'www/firefox35/Makefile')
-rw-r--r-- | www/firefox35/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |