summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-06-09 10:51:58 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-06-09 10:51:58 +0000
commitadcf3d9e6068b48794fdef6bf1b5d89008a3ab84 (patch)
treed9f63db3e985e8a6dd8771b7a2e4ef63ef470cdf /editors/openoffice-1.1/files
parentUpdate to 1.0.6 (diff)
Add $CWD to $LD_LIBRARY_PATH as Linux does. This will make
the errors in setup.log go away.
Notes
Notes: svn path=/head/; revision=82572
Diffstat (limited to 'editors/openoffice-1.1/files')
-rw-r--r--editors/openoffice-1.1/files/patch-setup2+script+setup.sh19
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-setup2+script+setup.sh b/editors/openoffice-1.1/files/patch-setup2+script+setup.sh
new file mode 100644
index 000000000000..705c3a4245ff
--- /dev/null
+++ b/editors/openoffice-1.1/files/patch-setup2+script+setup.sh
@@ -0,0 +1,19 @@
+--- ../setup2/script/setup.sh.orig Mon Jun 9 07:49:10 2003
++++ ../setup2/script/setup.sh Mon Jun 9 07:49:56 2003
+@@ -118,6 +118,16 @@
+ LD_LIBRARY_PATH=${sd_archive_path}:.
+ export LD_LIBRARY_PATH
+ ;;
++ FreeBSD)
++ # @@@ <NOTE> @@@
++ # Please remove '.' as soon as all to be registered UNO components...
++ # 1) link with a runpath of '$ORIGIN', and
++ # 2) link against 'libcppuhelper$(COMID).so.$(UDK_MAJOR)'
++ # instead of obsolete 'libcppuhelper$(UDK_MAJOR)$(COMID).so'
++ # @@@ </NOTE> @@@
++ LD_LIBRARY_PATH=${sd_archive_path}:.
++ export LD_LIBRARY_PATH
++ ;;
+ IRIX*)
+ LD_LIBRARYN32_PATH=${sd_archive_path}
+ export LD_LIBRARYN32_PATH