aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-setup2+script+setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-devel/files/patch-setup2+script+setup.sh')
-rw-r--r--editors/openoffice-devel/files/patch-setup2+script+setup.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/openoffice-devel/files/patch-setup2+script+setup.sh b/editors/openoffice-devel/files/patch-setup2+script+setup.sh
new file mode 100644
index 000000000000..41569395b644
--- /dev/null
+++ b/editors/openoffice-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