summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/xulrunner/APKBUILD11
-rw-r--r--main/xulrunner/enable-x86_64-tracemonkey.patch13
-rw-r--r--main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch14
3 files changed, 3 insertions, 35 deletions
diff --git a/main/xulrunner/APKBUILD b/main/xulrunner/APKBUILD
index 6c1106306..59ebf2d77 100644
--- a/main/xulrunner/APKBUILD
+++ b/main/xulrunner/APKBUILD
@@ -3,7 +3,7 @@
pkgname=xulrunner
pkgver=2.0
_ffoxver=4.0
-pkgrel=3
+pkgrel=4
pkgdesc="runtime environment for xul-based applications"
url="http://developer.mozilla.org/en/XULRunner"
arch="all"
@@ -47,7 +47,6 @@ source="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}
mozconfig
- enable-x86_64-tracemonkey.patch
fix-xulrunner-launcher.patch
mozilla-pkgconfig.patch
@@ -55,9 +54,7 @@ source="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${_ffoxver}
xulrunner-version.patch
mozjs-c99math.patch
- gecko-c99math.patch
-
- fix-mozilla-portability-cluelessness-libpr0n-edition.patch"
+ gecko-c99math.patch"
_xulrunner_version="1.9.2"
_builddir="${srcdir}/mozilla-2.0"
@@ -107,11 +104,9 @@ dev() {
md5sums="3468a2c463b4fc2788ba621e4b511c30 firefox-4.0.source.tar.bz2
de64a11f40bb6e8800ba799d1b2b8d85 mozconfig
-78291eb2cd97553d8fd76306c52d40f1 enable-x86_64-tracemonkey.patch
86d33a17286131d9ef4cdfb35ee56f1f fix-xulrunner-launcher.patch
02c23dc4ebd88e445533314716331818 mozilla-pkgconfig.patch
d38ecbb7bb31032d3e1ced8939e26abd xulrunner-mozalloc.patch
371303c5bdc4fa0d955d14521b93b69d xulrunner-version.patch
b187440207e773e9be606594d2c99216 mozjs-c99math.patch
-aacbb29e1448f9af6697e8a885b9bbfa gecko-c99math.patch
-d18eb944a7a5275a1837b2a536689186 fix-mozilla-portability-cluelessness-libpr0n-edition.patch"
+aacbb29e1448f9af6697e8a885b9bbfa gecko-c99math.patch"
diff --git a/main/xulrunner/enable-x86_64-tracemonkey.patch b/main/xulrunner/enable-x86_64-tracemonkey.patch
deleted file mode 100644
index 30cccf2e3..000000000
--- a/main/xulrunner/enable-x86_64-tracemonkey.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/js/src/configure.in.old 2009-11-08 19:50:54.299642792 -0500
-+++ b/js/src/configure.in 2009-11-08 19:57:49.235621814 -0500
-@@ -2465,6 +2465,10 @@
- ENABLE_JIT=1
- NANOJIT_ARCH=i386
- ;;
-+x86_64*-*)
-+ ENABLE_JIT=1
-+ NANOJIT_ARCH=X64
-+ ;;
- arm*-*)
- ENABLE_JIT=1
- NANOJIT_ARCH=ARM
diff --git a/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch b/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
deleted file mode 100644
index 33ba8ef6d..000000000
--- a/main/xulrunner/fix-mozilla-portability-cluelessness-libpr0n-edition.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- mozilla-2.0.orig/gfx/qcms/qcmstypes.h
-+++ mozilla-2.0/gfx/qcms/qcmstypes.h
-@@ -7,9 +7,8 @@
-
- /* prtypes.h defines IS_LITTLE_ENDIAN and IS_BIG ENDIAN */
-
--#if defined (__SVR4) && defined (__sun)
--/* int_types.h gets included somehow, so avoid redefining the types differently */
--#include <sys/int_types.h>
-+#if 1
-+#include <stdint.h>
- #elif defined (_AIX)
- #include <sys/types.h>
- #elif !defined(ANDROID)