aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-devel
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-04-23 23:35:41 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-04-23 23:35:41 +0000
commitc6bd45847db3130b00aaa4aeff0599313942e20e (patch)
tree844d9c64848db5af275b5bf7415a0600472b4a53 /www/firefox-devel
parentc45c33c51bad26491af5c3318575856be958389b (diff)
downloadports-c6bd45847db3130b00aaa4aeff0599313942e20e.tar.gz
ports-c6bd45847db3130b00aaa4aeff0599313942e20e.zip
s/BROKEN/IGNORE/ on !i386 until xpcom code is updated or written for !i386
Notes
Notes: svn path=/head/; revision=190765
Diffstat (limited to 'www/firefox-devel')
-rw-r--r--www/firefox-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox-devel/Makefile b/www/firefox-devel/Makefile
index 916dc1d0bca2..c9555cc7d2c3 100644
--- a/www/firefox-devel/Makefile
+++ b/www/firefox-devel/Makefile
@@ -53,7 +53,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-BROKEN= Does not compile on !i386
+IGNORE= Generic (unsupported) xpcom code was removed and will need to be \
+ written or updated for !i386.
.endif
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}