diff options
author | maho <maho@FreeBSD.org> | 2003-09-04 08:21:14 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-09-04 08:21:14 +0800 |
commit | 2dfad37c8da0c50b2d147cb7ba67cae68bba1d5e (patch) | |
tree | f0fd1bfc46d9ecb660ca2c6e8a4e7b6d7b4d1ce4 /editors/openoffice.org-3-devel | |
parent | 19d6a9c3a3719e3c2b45edccad7934f049de859b (diff) | |
download | freebsd-ports-gnome-2dfad37c8da0c50b2d147cb7ba67cae68bba1d5e.tar.gz freebsd-ports-gnome-2dfad37c8da0c50b2d147cb7ba67cae68bba1d5e.tar.zst freebsd-ports-gnome-2dfad37c8da0c50b2d147cb7ba67cae68bba1d5e.zip |
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.
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/patch-setup2+script+setup.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-devel/files/patch-setup2+script+setup.sh b/editors/openoffice.org-3-devel/files/patch-setup2+script+setup.sh new file mode 100644 index 000000000000..41569395b644 --- /dev/null +++ b/editors/openoffice.org-3-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 |