diff options
author | Maho Nakata <maho@FreeBSD.org> | 2008-07-12 22:56:44 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2008-07-12 22:56:44 +0000 |
commit | 805b979d8854de5d29ec77e5f4bc08594a82ec64 (patch) | |
tree | 1b441b92796004a2b590b9e4e32af152fcffcd41 /editors/openoffice.org-3/files/patch-i91318 | |
parent | 83d97b32790f783cc5753fdc6aedd977d61ad72a (diff) | |
download | ports-805b979d8854de5d29ec77e5f4bc08594a82ec64.tar.gz ports-805b979d8854de5d29ec77e5f4bc08594a82ec64.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-3/files/patch-i91318')
-rw-r--r-- | editors/openoffice.org-3/files/patch-i91318 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/openoffice.org-3/files/patch-i91318 b/editors/openoffice.org-3/files/patch-i91318 new file mode 100644 index 000000000000..172af1ddae5a --- /dev/null +++ b/editors/openoffice.org-3/files/patch-i91318 @@ -0,0 +1,18 @@ +Index: hunspell/hunspell-1.1.12.patch +=================================================================== +RCS file: /cvs/external/hunspell/hunspell-1.1.12.patch,v +retrieving revision 1.11 +diff -u -r1.11 hunspell-1.1.12.patch +--- hunspell/hunspell-1.1.12.patch 18 Jun 2008 10:07:23 -0000 1.11 ++++ hunspell/hunspell-1.1.12.patch 2 Jul 2008 20:13:47 -0000 +@@ -450,3 +450,10 @@ + i68568utf.test \ + 1706659.test \ + digits_in_words.test \ ++--- misc/hunspell-1.1.12/tests/test.sh 2007-07-15 22:33:13.000000000 +0900 +++++ misc/build/hunspell-1.1.12/tests/test.sh 2008-07-01 06:18:31.000000000 +0900 ++@@ -1,4 +1,4 @@ ++-#!/bin/bash +++#!/usr/local/bin/bash ++ export LC_ALL="C" ++ |