fix-SUNWthunderbird-build.patch
author Guido Berhoerster <gber@openindiana.org>
Fri, 10 Jun 2011 11:43:49 +0200
branchoi_151
changeset 32 ff9e038c0359
parent 28 a83446590686
permissions -rw-r--r--
added dependency on SUNWdmz-cursor to SUNWnimbus

# HG changeset patch
# User Guido Berhoerster <[email protected]>
# Date 1285833472 -7200
# Branch gnome-2-30
# Node ID ba369f7453dd694432dee1130e739cd32dee35a2
# Parent 6bb3461899d491afa776806ed99d6b7272401f9a
bad quoting fix and workaround for a compiler bug in SS12u1

diff --git a/base-specs/thunderbird.spec b/base-specs/thunderbird.spec
--- a/base-specs/thunderbird.spec
+++ b/base-specs/thunderbird.spec
@@ -115,6 +115,8 @@
 Patch36: thunderbird3-36-pr-static-assert.diff
 %endif
 
+Patch1000: firefox3-25-jslock.diff
+
 URL:         http://www.sun.com/software/javadesktopsystem/
 
 BuildRoot:   %{_tmppath}/%{name}-%{tarball_version}-build
@@ -167,6 +169,7 @@
 %patch33 -p1
 %patch34 -p1
 %patch35 -p1
+%patch1000 -p1
 
 %if %option_without_moz_nss_nspr
 %patch20 -p1
@@ -183,7 +186,6 @@
 %patch30 -p1
 %patch32 -p1
 
-
 #####################################
 ##      Package Build Section      ##
 #####################################
@@ -228,7 +230,7 @@
 %endif
 ac_add_options --disable-shared
 ac_add_options --disable-crashreporter
-ac_add_options --with-rpath="\\\$\$ORIGIN"
+ac_add_options '--with-rpath=\$ORIGIN'
 %if %option_without_moz_nss_nspr
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss