diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2011-12-27 22:11:01 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2011-12-27 22:11:01 +0000 |
commit | 91677839a26a2f7f7fbd3cf61e91e2983492b226 (patch) | |
tree | 49ed53a6ebbea69db95993d1289ab4bd50c025a1 /editors/openoffice-3-devel/files/patch-i111384 | |
parent | - Fix *_DEPENDS (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_9_0_0'.release/9.0.0
Notes
Notes:
svn path=/head/; revision=288120
svn path=/tags/RELEASE_9_0_0/; revision=288121; tag=release/9.0.0
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-i111384')
-rw-r--r-- | editors/openoffice-3-devel/files/patch-i111384 | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/openoffice-3-devel/files/patch-i111384 b/editors/openoffice-3-devel/files/patch-i111384 deleted file mode 100644 index 2daf10d99533..000000000000 --- a/editors/openoffice-3-devel/files/patch-i111384 +++ /dev/null @@ -1,34 +0,0 @@ ---- /dev/null 2010-05-05 13:00:20.000000000 +0900 -+++ hunspell/hunspell.patch 2010-05-05 13:03:11.000000000 +0900 -@@ -0,0 +1,8 @@ -+--- misc/hunspell-1.2.9/tests/test.sh 2010-02-23 21:18:50.000000000 +0900 -++++ misc/build/hunspell-1.2.9/tests/test.sh 2010-05-05 13:01:42.000000000 +0900 -+@@ -1,4 +1,4 @@ -+-#!/bin/bash -++#!/usr/bin/env bash -+ export LC_ALL="C" -+ -+ function check_valgrind_log () { ---- hunspell/makefile.mk.orig 2010-05-05 12:59:48.000000000 +0900 -+++ hunspell/makefile.mk 2010-05-05 13:02:14.000000000 +0900 -@@ -43,8 +43,9 @@ - PATCH_FILES=\ - hunspell-wntconfig.patch \ - hunspell-solaris.patch \ -- hunspell-stacksmash.patch -- -+ hunspell-stacksmash.patch \ -+ hunspell.patch -+ - .IF "$(GUI)"=="UNX" - - #relative to CONFIGURE_DIR -@@ -60,6 +61,8 @@ - .ENDIF # "$(EXTRA_CFLAGS)"!="" - .ELIF "$(OS)"=="MACOSX" # "$(SYSBASE)"!="" - CONFIGURE_FLAGS+=CPPFLAGS="$(EXTRA_CDEFS)" -+.ELIF "$(OS)"=="FREEBSD" # "$(SYSBASE)"!="" -+CONFIGURE_FLAGS+=CPPFLAGS="-I$(LIBINTL_PREFIX)/include" --with-libintl-prefix="$(LIBINTL_PREFIX)" - .ENDIF - - BUILD_ACTION=make && make check |