diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-09-04 00:21:14 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-09-04 00:21:14 +0000 |
commit | 6aaf0c8a60e0722fa0d346bb9e841f2c3afc92d2 (patch) | |
tree | 3b23b4a46d4e78603dd15c43255b042a3e5d3f49 /editors/openoffice-2.0-devel | |
parent | remove INSTALLS_SHLIB again, put a quick note there in case somebody (diff) |
Add current directory for LD_LIBRARY_PATH.
Some shared libraries libdbi645fi.so links against other libs and
otherwise, setup doesn't find necessary files and induce installation
error.
Notes
Notes:
svn path=/head/; revision=88467
Diffstat (limited to 'editors/openoffice-2.0-devel')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh b/editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh new file mode 100644 index 000000000000..41569395b644 --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh @@ -0,0 +1,13 @@ +--- ../setup2/script/setup.sh.orig Thu Jul 17 02:59:43 2003 ++++ ../setup2/script/setup.sh Thu Sep 4 07:27:59 2003 +@@ -118,6 +118,10 @@ + LD_LIBRARY_PATH=${sd_archive_path}:. + export LD_LIBRARY_PATH + ;; ++ FreeBSD) ++ LD_LIBRARYN32_PATH=${sd_archive_path}:. ++ export LD_LIBRARYN32_PATH ++ ;; + Darwin) + DYLD_LIBRARY_PATH=${sd_archive_path}:. + export DYLD_LIBRARY_PATH |