From 2dfad37c8da0c50b2d147cb7ba67cae68bba1d5e Mon Sep 17 00:00:00 2001 From: maho Date: Thu, 4 Sep 2003 00:21:14 +0000 Subject: 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. --- .../openoffice.org-2-RC/files/patch-setup2+script+setup.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 editors/openoffice.org-2-RC/files/patch-setup2+script+setup.sh (limited to 'editors/openoffice.org-2-RC') diff --git a/editors/openoffice.org-2-RC/files/patch-setup2+script+setup.sh b/editors/openoffice.org-2-RC/files/patch-setup2+script+setup.sh new file mode 100644 index 00000000000..41569395b64 --- /dev/null +++ b/editors/openoffice.org-2-RC/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 -- cgit