diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-09-05 07:01:40 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-09-05 07:01:40 +0000 |
commit | 35769418568a623fdb6c8a321eb2be9c24324094 (patch) | |
tree | 42f376691297a381df47984ddaa5797c47211ada /editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh | |
parent | 6cb4f97db9ec22ecbd086c88ce74905600e17f6a (diff) | |
download | ports-35769418568a623fdb6c8a321eb2be9c24324094.tar.gz ports-35769418568a623fdb6c8a321eb2be9c24324094.zip |
Notes
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh b/editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh index 41569395b644..ece1911001a1 100644 --- a/editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh +++ b/editors/openoffice-2.0-devel/files/patch-setup2+script+setup.sh @@ -5,8 +5,8 @@ export LD_LIBRARY_PATH ;; + FreeBSD) -+ LD_LIBRARYN32_PATH=${sd_archive_path}:. -+ export LD_LIBRARYN32_PATH ++ LD_LIBRARY_PATH=${sd_archive_path}:. ++ export LD_LIBRARY_PATH + ;; Darwin) DYLD_LIBRARY_PATH=${sd_archive_path}:. |