diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-03 20:04:34 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-03-03 20:04:34 +0100 |
commit | 832be8425b55a47c0b8e9d493df1ae81dbe61dd4 (patch) | |
tree | a795baaa265e9fbda4d36b71b199ab70177b9891 /package/firefox/Makefile | |
parent | c8034b6c5297caa7124070065ec156812219471c (diff) |
more native compile fixes on my ibm x40
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r-- | package/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile index ff00a5bf9..6d583cc60 100644 --- a/package/firefox/Makefile +++ b/package/firefox/Makefile @@ -19,7 +19,7 @@ PKG_SITES:= http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${PKG_ PKG_NOPARALLEL:= 1 PKG_NEED_CXX:= 1 -PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el +PKG_ARCH_DEPENDS:= x86 x86_64 mips mipsel mips64 mips64el native PKG_HOST_DEPENDS:= !netbsd !freebsd !openbsd !cygwin DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.source.tar.bz2 |