summaryrefslogtreecommitdiff
path: root/package/firefox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-25 07:18:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-25 07:18:17 +0200
commit85a1cc9ebdd7273480ab45d8b425ae7e63d1578b (patch)
treed30497e0895cf1fa4a75e36924192856b40a991d /package/firefox/Makefile
parent922b864ff6457376bb884894efff969623170b8f (diff)
parent5593c0670be55a83cca297038baa736528a4dcc6 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/firefox/Makefile')
-rw-r--r--package/firefox/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/package/firefox/Makefile b/package/firefox/Makefile
index 77f29c0c6..81c97c511 100644
--- a/package/firefox/Makefile
+++ b/package/firefox/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= firefox
-PKG_VERSION:= 3.6.16
+PKG_VERSION:= 4.0
PKG_RELEASE:= 1
-PKG_MD5SUM:= 232a3c0160cd1cbe3dcaaaf7e4ae51c2
+PKG_MD5SUM:= 3468a2c463b4fc2788ba621e4b511c30
PKG_DESCR:= graphical webbrowser
PKG_SECTION:= x11/apps
PKG_DEPENDS:= libpthread alsa-lib dbus-glib glib libgtk libpng libtiff libnotify
@@ -23,7 +23,7 @@ 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
-WRKDIST= ${WRKDIR}/mozilla-1.9.2
+WRKDIST= ${WRKDIR}/mozilla-2.0
include $(TOPDIR)/mk/package.mk
@@ -60,8 +60,6 @@ CONFIGURE_ARGS+= --enable-application=browser \
--with-system-cairo \
--with-system-pixman \
--with-system-jpeg \
- --with-system-png \
- --with-system-nss \
--enable-system-sqlite \
--with-libIDL-prefix=${STAGING_TARGET_DIR}/usr \
--with-glib-prefix=${STAGING_TARGET_DIR}/usr \