diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-04-23 23:35:41 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-04-23 23:35:41 +0000 |
commit | c6bd45847db3130b00aaa4aeff0599313942e20e (patch) | |
tree | 844d9c64848db5af275b5bf7415a0600472b4a53 /www/firefox3-devel | |
parent | c45c33c51bad26491af5c3318575856be958389b (diff) | |
download | ports-c6bd45847db3130b00aaa4aeff0599313942e20e.tar.gz ports-c6bd45847db3130b00aaa4aeff0599313942e20e.zip |
Notes
Diffstat (limited to 'www/firefox3-devel')
-rw-r--r-- | www/firefox3-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 916dc1d0bca2..c9555cc7d2c3 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-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} |