aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-09-04 00:21:14 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-09-04 00:21:14 +0000
commit6aaf0c8a60e0722fa0d346bb9e841f2c3afc92d2 (patch)
tree3b23b4a46d4e78603dd15c43255b042a3e5d3f49 /editors/openoffice.org-1.1
parent98a62b889581089b68bab6b2de835482d5c4c4bf (diff)
downloadports-6aaf0c8a60e0722fa0d346bb9e841f2c3afc92d2.tar.gz
ports-6aaf0c8a60e0722fa0d346bb9e841f2c3afc92d2.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.
Notes
Notes: svn path=/head/; revision=88467
Diffstat (limited to 'editors/openoffice.org-1.1')
-rw-r--r--editors/openoffice.org-1.1/files/patch-setup2+script+setup.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1/files/patch-setup2+script+setup.sh b/editors/openoffice.org-1.1/files/patch-setup2+script+setup.sh
new file mode 100644
index 000000000000..41569395b644
--- /dev/null
+++ b/editors/openoffice.org-1.1/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