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
commit2a4fd69670d868b3e85ed4621ba1bb94c4955f95 (patch)
treec1c63239285e3a08170a5af9c680e90e7cd87f86 /dev-util/sashxb
parentnew package obexftp: "File transfer over OBEX for Siemens mobile phones" (diff)
downloadhistorical-2a4fd69670d868b3e85ed4621ba1bb94c4955f95.tar.gz
historical-2a4fd69670d868b3e85ed4621ba1bb94c4955f95.tar.bz2
historical-2a4fd69670d868b3e85ed4621ba1bb94c4955f95.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"