summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2007-03-03 20:23:28 +0400
committerJaka Kranjc2007-03-04 16:22:21 +0100
commit9feafe1f9f6a65a96d9ce0bd0690af3d13d6e930 (patch)
treea64798b1452834899bfc2dde9844a420a44d3c1f
parent1b6b9a029e14345322d114bf8ed2c244fd09c726 (diff)
firefox: added sedit to fix firefox-plugin.pc. Bug 13581.
(cherry picked from commit 292a7f9e7d77105c79938a66282c13e69f097bb0)
-rw-r--r--http/firefox/HISTORY3
-rwxr-xr-xhttp/firefox/INSTALL3
2 files changed, 5 insertions, 1 deletions
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 991fbbd3fe..e482f2f61d 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 George Sherwood <george@beernabeer.com>
+ * INSTALL: Added sedit to fix firefox-plugin.pc for nspr. Bug #13581
+
2007-02-25 George Sherwood <george@beernabeer.com>
* INSTALL: Added patch for firefox-config to match how we install.
* firefox-config.patch: Added patch to get paths correct.
diff --git a/http/firefox/INSTALL b/http/firefox/INSTALL
index 453322b5d0..eb9e4322b5 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -70,4 +70,5 @@ install -m 755 -o root -g root $SCRIPT_DIRECTORY/firefox \
# make the pkgconfig files reference the nspr from the standalone nspr spell
sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-nss.pc &&
sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-js.pc &&
-sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-xpcom.pc
+sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-xpcom.pc &&
+sedit "s/nspr/mozilla-nspr/" ${INSTALL_ROOT}/usr/lib/pkgconfig/firefox-plugin.pc