Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (292a7f9e7d77105c79938a66282c13e69f097bb0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (292a7f9e7d77105c79938a66282c13e69f097bb0)
  • Date: Sat, 3 Mar 2007 10:22:23 -0600

GIT changes to master grimoire by George Sherwood <chat AT sourcemage.org>:

http/firefox/HISTORY | 3 +++
http/firefox/INSTALL | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 292a7f9e7d77105c79938a66282c13e69f097bb0
Author: George Sherwood <chat AT sourcemage.org>
Commit: George Sherwood <chat AT sourcemage.org>

firefox: added sedit to fix firefox-plugin.pc. Bug 13581.

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 16226dd..638662b 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2007-03-03 George Sherwood <george AT beernabeer.com>
+ * INSTALL: Added sedit to fix firefox-plugin.pc for nspr. Bug #13581
+
2007-02-25 George Sherwood <george AT 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 453322b..eb9e432 100755
--- a/http/firefox/INSTALL
+++ b/http/firefox/INSTALL
@@ -70,4 +70,5 @@ install -m 755 -o root -g root $S
# 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




Archive powered by MHonArc 2.6.24.

Top of Page