diff options
author | mbr <mbr@FreeBSD.org> | 2003-06-09 18:51:58 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2003-06-09 18:51:58 +0800 |
commit | bbf56e9af88af655de5d4a498384726cfad6b8fe (patch) | |
tree | b37cffcafbf8718fc097a1ac125769cca117eddd /editors/openoffice.org-2-devel | |
parent | 70941f1f00f61e924afa0efe3b83d3769a5ca49b (diff) | |
download | freebsd-ports-graphics-bbf56e9af88af655de5d4a498384726cfad6b8fe.tar.gz freebsd-ports-graphics-bbf56e9af88af655de5d4a498384726cfad6b8fe.tar.zst freebsd-ports-graphics-bbf56e9af88af655de5d4a498384726cfad6b8fe.zip |
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-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-setup2+script+setup.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-setup2+script+setup.sh b/editors/openoffice.org-2-devel/files/patch-setup2+script+setup.sh new file mode 100644 index 00000000000..705c3a4245f --- /dev/null +++ b/editors/openoffice.org-2-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 |