summaryrefslogtreecommitdiff
path: root/german/staroffice70/files/setup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'german/staroffice70/files/setup.patch')
-rw-r--r--german/staroffice70/files/setup.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/german/staroffice70/files/setup.patch b/german/staroffice70/files/setup.patch
new file mode 100644
index 000000000000..e48ed36061ea
--- /dev/null
+++ b/german/staroffice70/files/setup.patch
@@ -0,0 +1,19 @@
+*** setup.orig Mon Aug 23 23:11:00 1999
+--- setup Tue Oct 26 16:48:18 1999
+***************
+*** 25,31 ****
+ LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib
+ export LD_LIBRARY_PATH
+ ;;
+! Linux)
+ LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH
+ ;;
+--- 25,31 ----
+ LD_LIBRARY_PATH=.:/usr/openwin/lib:../lib
+ export LD_LIBRARY_PATH
+ ;;
+! Linux|FreeBSD)
+ LD_LIBRARY_PATH=.:../lib:$LD_LIBRARY_PATH
+ export LD_LIBRARY_PATH
+ ;;