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-devel | |
parent | Update to 2.2.4. (diff) |
LD_LIBRARYN32_PATH -> LD_LIBRARY_PATH
Pointed out by: Sander Visek
Notes
Notes:
svn path=/head/; revision=88579
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r-- | editors/openoffice-devel/files/patch-setup2+script+setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice-devel/files/patch-setup2+script+setup.sh b/editors/openoffice-devel/files/patch-setup2+script+setup.sh index 41569395b644..ece1911001a1 100644 --- a/editors/openoffice-devel/files/patch-setup2+script+setup.sh +++ b/editors/openoffice-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}:. |