diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /editors/staroffice70/files/soffice.patch | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'editors/staroffice70/files/soffice.patch')
-rw-r--r-- | editors/staroffice70/files/soffice.patch | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/editors/staroffice70/files/soffice.patch b/editors/staroffice70/files/soffice.patch deleted file mode 100644 index 8350349b9fb5..000000000000 --- a/editors/staroffice70/files/soffice.patch +++ /dev/null @@ -1,47 +0,0 @@ -*** soffice.orig Tue Oct 26 16:57:20 1999 ---- soffice Tue Oct 26 17:00:15 1999 -*************** -*** 15,26 **** - # resolve installation directory - sd_platform=`uname -s` - case $sd_platform in -! SCO_SV) test=/bin/test ;; -! *) test=/usr/bin/test ;; - esac - - sd_cwd="`pwd`" -! if $test -L "$0" ; then - sd_basename=`basename $0` - sd_script=`ls -l $0 | sed "s/.*${sd_basename} -> //g"` - else ---- 15,27 ---- - # resolve installation directory - sd_platform=`uname -s` - case $sd_platform in -! FreeBSD) test=/bin/test && symb="-h" ;; -! SCO_SV) test=/bin/test && symb="-L" ;; -! *) test=/usr/bin/test && symb="-L" ;; - esac - - sd_cwd="`pwd`" -! if $test $symb "$0" ; then - sd_basename=`basename $0` - sd_script=`ls -l $0 | sed "s/.*${sd_basename} -> //g"` - else -*************** -*** 68,74 **** - export LD_LIBRARYN32_PATH - ;; - -! Linux) - LD_LIBRARY_PATH="$sd_inst/lib":$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - ;; ---- 69,75 ---- - export LD_LIBRARYN32_PATH - ;; - -! Linux|FreeBSD) - LD_LIBRARY_PATH="$sd_inst/lib":$LD_LIBRARY_PATH - export LD_LIBRARY_PATH - ;; |