diff options
author | mbr <mbr@FreeBSD.org> | 2003-06-09 10:51:58 +0000 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-06-09 10:51:58 +0000 |
commit | bbf56e9af88af655de5d4a498384726cfad6b8fe (patch) | |
tree | b37cffcafbf8718fc097a1ac125769cca117eddd /editors/openoffice.org-3-RC | |
parent | 70941f1f00f61e924afa0efe3b83d3769a5ca49b (diff) | |
download | FreeBSD-ports-bbf56e9af88af655de5d4a498384726cfad6b8fe.zip FreeBSD-ports-bbf56e9af88af655de5d4a498384726cfad6b8fe.tar.gz |
Add $CWD to $LD_LIBRARY_PATH as Linux does. This will make
the errors in setup.log go away.
Diffstat (limited to 'editors/openoffice.org-3-RC')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-setup2+script+setup.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-setup2+script+setup.sh b/editors/openoffice.org-3-RC/files/patch-setup2+script+setup.sh new file mode 100644 index 0000000..705c3a4 --- /dev/null +++ b/editors/openoffice.org-3-RC/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 |