diff options
author | maho <maho@FreeBSD.org> | 2003-09-05 15:01:40 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-09-05 15:01:40 +0800 |
commit | 2b99d1827602e7142b50606190332f7cf7fc90a8 (patch) | |
tree | 6eacc95c97fb19c85f7d14b27583e56967c8f1e7 /editors/openoffice.org-2.0-devel | |
parent | df9677496ad26f7007ce95596649e5e3ec1e4617 (diff) | |
download | freebsd-ports-gnome-2b99d1827602e7142b50606190332f7cf7fc90a8.tar.gz freebsd-ports-gnome-2b99d1827602e7142b50606190332f7cf7fc90a8.tar.zst freebsd-ports-gnome-2b99d1827602e7142b50606190332f7cf7fc90a8.zip |
LD_LIBRARYN32_PATH -> LD_LIBRARY_PATH
Pointed out by: Sander Visek
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-setup2+script+setup.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-setup2+script+setup.sh b/editors/openoffice.org-2.0-devel/files/patch-setup2+script+setup.sh index 41569395b644..ece1911001a1 100644 --- a/editors/openoffice.org-2.0-devel/files/patch-setup2+script+setup.sh +++ b/editors/openoffice.org-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}:. |