summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaik Schreiber <blizzy@gentoo.org>2002-07-18 02:16:49 +0000
committerMaik Schreiber <blizzy@gentoo.org>2002-07-18 02:16:49 +0000
commitbb8a9f4a49bf12da73799867230707697568e7dd (patch)
tree67bb9df7a53a0893c646e917289ff6c3e44f0ae4 /dev-util/sashxb
parentnew package obexftp: "File transfer over OBEX for Siemens mobile phones" (diff)
downloadgentoo-2-bb8a9f4a49bf12da73799867230707697568e7dd.tar.gz
gentoo-2-bb8a9f4a49bf12da73799867230707697568e7dd.tar.bz2
gentoo-2-bb8a9f4a49bf12da73799867230707697568e7dd.zip
initial import
Diffstat (limited to 'dev-util/sashxb')
-rw-r--r--dev-util/sashxb/files/sashxb-1.0.2-mozilla.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-util/sashxb/files/sashxb-1.0.2-mozilla.patch b/dev-util/sashxb/files/sashxb-1.0.2-mozilla.patch
new file mode 100644
index 000000000000..a69230eb0c60
--- /dev/null
+++ b/dev-util/sashxb/files/sashxb-1.0.2-mozilla.patch
@@ -0,0 +1,22 @@
+diff -NurB sashxb-1.0.2/configure sashxb-1.0.2-new/configure
+--- sashxb-1.0.2/configure 2002-07-09 09:03:19.000000000 -0500
++++ sashxb-1.0.2-new/configure 2002-07-11 09:16:41.000000000 -0500
+@@ -1914,6 +1914,7 @@
+ else
+
+ #we're using whatever comes from the rpms
++ PATH="/usr/lib/mozilla:${PATH}"
+ MOZILLA_INCLUDE_DIR="`mozilla-config --cflags | cut -d " " -f 1 | perl -ne \"s/^..//;print;\"`"
+ MOZILLA_LIB_DIR="`mozilla-config --libs | perl -ne \"s/..(.*)/\1/;print;\"`"
+ MOZILLA_BIN_DIR="/usr/bin"
+diff -NurB sashxb-1.0.2/sashmacros/mozilla.m4 sashxb-1.0.2-new/sashmacros/mozilla.m4
+--- sashxb-1.0.2/sashmacros/mozilla.m4 2002-06-19 12:39:34.000000000 -0500
++++ sashxb-1.0.2-new/sashmacros/mozilla.m4 2002-07-11 09:17:32.000000000 -0500
+@@ -14,6 +14,7 @@
+ MOZILLA_IDL_DIR="$withval/idl"
+ ], [
+ #we're using whatever comes from the rpms
++ PATH="/usr/lib/mozilla:${PATH}"
+ MOZILLA_INCLUDE_DIR="`mozilla-config --cflags | cut -d " " -f 1 | perl -ne \"s/^..//;print;\"`"
+ MOZILLA_LIB_DIR="`mozilla-config --libs | perl -ne \"s/..(.*)/\1/;print;\"`"
+ MOZILLA_BIN_DIR="/usr/bin"