summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-07-17 21:56:39 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-07-17 21:56:39 +0000
commita85f4f07363640d136c6c3a66eb85f176c019171 (patch)
tree6c8e1aeaa58048c0ff7eb1a2d64d7b9c064db4bd /editors/openoffice.org-3-RC/files
parentAdd license information (diff)
Remove unncecessary file to unbreak.
Version number should be 3.3 instaed of 3.2. This is OOO 3.3 release branch.
Notes
Notes: svn path=/head/; revision=257901
Diffstat (limited to 'editors/openoffice.org-3-RC/files')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i10039515
1 files changed, 0 insertions, 15 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i100395 b/editors/openoffice.org-3-RC/files/patch-i100395
deleted file mode 100644
index afd73b787e8f..000000000000
--- a/editors/openoffice.org-3-RC/files/patch-i100395
+++ /dev/null
@@ -1,15 +0,0 @@
---- solenv/inc/unx.mk~ 2009-02-25 02:58:24.000000000 +0900
-+++ solenv/inc/unx.mk 2009-03-20 16:52:22.000000000 +0900
-@@ -242,9 +242,9 @@
- # potentially affects multiple commands following on the recipe line:
- .IF "$(USE_SHELL)" == "bash"
- AUGMENT_LIBRARY_PATH *= : && \
-- LD_LIBRARY_PATH=$${{LD_LIBRARY_PATH+$${{LD_LIBRARY_PATH}}:}}$(SOLARLIBDIR)
-+ LD_LIBRARY_PATH=$${{LD_LIBRARY_PATH+$${{LD_LIBRARY_PATH}}:}}$(SOLARLIBDIR):.
- .ELSE
- AUGMENT_LIBRARY_PATH *= if ($$?LD_LIBRARY_PATH == 1) \
-- eval 'setenv LD_LIBRARY_PATH "$${{LD_LIBRARY_PATH}}:$(SOLARLIBDIR)"' && \
-- if ($$?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH "$(SOLARLIBDIR)" &&
-+ eval 'setenv LD_LIBRARY_PATH "$${{LD_LIBRARY_PATH}}:$(SOLARLIBDIR):."' && \
-+ if ($$?LD_LIBRARY_PATH == 0) setenv LD_LIBRARY_PATH "$(SOLARLIBDIR):." &&
- .ENDIF