diff options
author | kris <kris@FreeBSD.org> | 2007-04-22 09:34:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-04-22 09:34:46 +0800 |
commit | 0664523e1060ba3c180c99ba793b514c26943353 (patch) | |
tree | a6df198716bc503d27c7c41aac0e82591eeb784b /www/firefox35 | |
parent | 382f7866f68d1af987750f612e942cb9428d8442 (diff) | |
download | freebsd-ports-gnome-0664523e1060ba3c180c99ba793b514c26943353.tar.gz freebsd-ports-gnome-0664523e1060ba3c180c99ba793b514c26943353.tar.zst freebsd-ports-gnome-0664523e1060ba3c180c99ba793b514c26943353.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'www/firefox35')
-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 |