diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2003-06-09 10:51:58 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2003-06-09 10:51:58 +0000 |
commit | adcf3d9e6068b48794fdef6bf1b5d89008a3ab84 (patch) | |
tree | d9f63db3e985e8a6dd8771b7a2e4ef63ef470cdf /editors/openoffice-3-devel | |
parent | f1f5ce7f7a17f977ae9fbed13f987dd8a1ad1025 (diff) | |
download | ports-adcf3d9e6068b48794fdef6bf1b5d89008a3ab84.tar.gz ports-adcf3d9e6068b48794fdef6bf1b5d89008a3ab84.zip |
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-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-setup2+script+setup.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/files/patch-setup2+script+setup.sh b/editors/openoffice-3-devel/files/patch-setup2+script+setup.sh new file mode 100644 index 000000000000..705c3a4245ff --- /dev/null +++ b/editors/openoffice-3-devel/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 |