diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 12:30:59 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 12:30:59 +0800 |
commit | 287e77ca689e247b46426c5c9f48fc8b74e9d1bc (patch) | |
tree | 9735d7a61e51f73a9047b77aafc1a285fb5a7219 /www | |
parent | abdf7983b82d114d70116d6949ff840040817c94 (diff) | |
download | freebsd-ports-gnome-287e77ca689e247b46426c5c9f48fc8b74e9d1bc.tar.gz freebsd-ports-gnome-287e77ca689e247b46426c5c9f48fc8b74e9d1bc.tar.zst freebsd-ports-gnome-287e77ca689e247b46426c5c9f48fc8b74e9d1bc.zip |
Now builds on amd64
Approved by: portmgr (self)
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-devel/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey/Makefile | 4 | ||||
-rw-r--r-- | www/seamonkey2/Makefile | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/www/mozilla-devel/Makefile b/www/mozilla-devel/Makefile index 0e30cb559ebc..6cd1baad5646 100644 --- a/www/mozilla-devel/Makefile +++ b/www/mozilla-devel/Makefile @@ -112,10 +112,6 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Coredump during build on amd64" -.endif - .if ${ARCH} == "ia64" || ${ARCH} == "alpha" BROKEN= "Does not compile on ia64 or alpha" .endif diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index 0e30cb559ebc..6cd1baad5646 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -112,10 +112,6 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Coredump during build on amd64" -.endif - .if ${ARCH} == "ia64" || ${ARCH} == "alpha" BROKEN= "Does not compile on ia64 or alpha" .endif diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index 0e30cb559ebc..6cd1baad5646 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -112,10 +112,6 @@ OPTIONS=XFT "Enable Xft font anti-aliasing" on \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" -BROKEN= "Coredump during build on amd64" -.endif - .if ${ARCH} == "ia64" || ${ARCH} == "alpha" BROKEN= "Does not compile on ia64 or alpha" .endif |