From 9e2d4844cf86e9e0c1fee084c644a471b97d4d89 Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Fri, 7 Sep 2012 22:10:01 +0000 Subject: - Update firefox to 15.0.1 - Sync changes from gecko repository@r995 general - don't specify prefix for libevent when using pkg-config - ia64 and sparc64 use 8k pagesize by default - add visibility hack for clang 3.2 with libc++ - fix build using clang 3.2 (on FreeBSD 10-CURRENT) - rename a few more patches to ease tracking of bugzilla bugs www/seamonkey - unbreak unsetting LDAP and MAILNEWS options after bug 707305 - use compile time debugging WITH_DEBUG security/nss - unbreak install WITH_DEBUG - unbreak powerpc64 devel/nspr - use absolute paths when specifiying srcdir to make gdb(1) happy In collaboration with: andreast, zeising, Jan Beich --- www/libxul/files/patch-bug653551 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 www/libxul/files/patch-bug653551 (limited to 'www/libxul/files/patch-bug653551') diff --git a/www/libxul/files/patch-bug653551 b/www/libxul/files/patch-bug653551 new file mode 100644 index 000000000000..733da79a9fd8 --- /dev/null +++ b/www/libxul/files/patch-bug653551 @@ -0,0 +1,24 @@ +commit 47ea30f +Author: Landry Breuil +Date: Thu Feb 2 15:31:56 2012 +0900 + + Bug 653551 - Jaegermonkey Sparc back-end broken on sparc64. r=leon.sha +--- + js/src/configure.in | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git js/src/configure.in js/src/configure.in +index 84390cf..d663c46 100644 +--- js/src/configure.in ++++ js/src/configure.in +@@ -2471,8 +2471,10 @@ arm*-*) + NANOJIT_ARCH=ARM + ;; + sparc*-*) ++ if test ! "$HAVE_64BIT_OS" ; then + ENABLE_JIT=1 + NANOJIT_ARCH=Sparc ++ fi + ;; + esac + -- cgit v1.2.3