diff options
author | peter <peter@FreeBSD.org> | 2003-12-14 05:35:43 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-12-14 05:35:43 +0800 |
commit | be02488d8a7b21883a26467eb22b3456a55c8bef (patch) | |
tree | 1a03d735358e121ab3d2151a8894ded70f6d156b /www/firefox3-devel/Makefile | |
parent | 351a2e902c45c4c07de9f3b6f93ba6b17ec762c0 (diff) | |
download | freebsd-ports-graphics-be02488d8a7b21883a26467eb22b3456a55c8bef.tar.gz freebsd-ports-graphics-be02488d8a7b21883a26467eb22b3456a55c8bef.tar.zst freebsd-ports-graphics-be02488d8a7b21883a26467eb22b3456a55c8bef.zip |
Port to amd64 (note: needs ld-elf.so.1 bugfix to actually work)
I've taken a chance and split the sparc64 and alpha mega-diffs up because
sparc64 patched the result of alpha's patches, and amd64 needed to do the
same again - but it was sorted lexically before alpha/sparc64. I've
grouped the xptcall patches together since they are standalone and split
up and merged the other infrastructure jumbo-patches.
I also attempted to sync up the nspr vs firebird diffs for sparc64 and
alpha because they disagreed. HOWEVER... While this port 'depends'
on the nspr port, it doesn't actually *use* it. It should probably
be removed from the LIB_DEPENDS list.
Note that the amd64 xptcall code came from SuSE via the mozilla bugzilla
database.
Diffstat (limited to 'www/firefox3-devel/Makefile')
-rw-r--r-- | www/firefox3-devel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index 9b017fcc997..e165160248d 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -43,8 +43,6 @@ LOCAL_PREFIX= ${PREFIX}/${LOCAL_SUBDIR} JREDIR= ${LOCALBASE}/jdk1.3.1/jre PLUGINSDIR= ${PREFIX}/lib/browser_plugins -NOT_FOR_ARCHS= amd64 - .include <bsd.port.pre.mk> #.if ${PERL_LEVEL} < 500601 |