diff options
author | maho <maho@FreeBSD.org> | 2004-03-12 12:13:39 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-03-12 12:13:39 +0000 |
commit | ada01502407e3eec933176960f243257457e55cb (patch) | |
tree | b053f1bb639b21e483d2b85eacf9cf929e571792 /editors/openoffice.org-1.1-devel | |
parent | 911ab9f6e1f65a866c0d06ba3a0c64987bad526a (diff) | |
download | FreeBSD-ports-ada01502407e3eec933176960f243257457e55cb.zip FreeBSD-ports-ada01502407e3eec933176960f243257457e55cb.tar.gz |
Committed.
http://qa.openoffice.org/issues/show_bug.cgi?id=25495
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/patch-setup2+script+setup.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-setup2+script+setup.sh b/editors/openoffice.org-1.1-devel/files/patch-setup2+script+setup.sh deleted file mode 100644 index ece1911..0000000 --- a/editors/openoffice.org-1.1-devel/files/patch-setup2+script+setup.sh +++ /dev/null @@ -1,13 +0,0 @@ ---- ../setup2/script/setup.sh.orig Thu Jul 17 02:59:43 2003 -+++ ../setup2/script/setup.sh Thu Sep 4 07:27:59 2003 -@@ -118,6 +118,10 @@ - LD_LIBRARY_PATH=${sd_archive_path}:. - export LD_LIBRARY_PATH - ;; -+ FreeBSD) -+ LD_LIBRARY_PATH=${sd_archive_path}:. -+ export LD_LIBRARY_PATH -+ ;; - Darwin) - DYLD_LIBRARY_PATH=${sd_archive_path}:. - export DYLD_LIBRARY_PATH |