diff options
Diffstat (limited to 'editors/staroffice5/files/setup.patch')
-rw-r--r-- | editors/staroffice5/files/setup.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/staroffice5/files/setup.patch b/editors/staroffice5/files/setup.patch new file mode 100644 index 000000000000..e48ed36061ea --- /dev/null +++ b/editors/staroffice5/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 + ;; |