summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2008-11-27 01:02:47 +0000
committerMaho Nakata <maho@FreeBSD.org>2008-11-27 01:02:47 +0000
commit97ec0bfa74edcb7c7465026cf48fd43824102e2a (patch)
tree37950eb76bb71686a1dbd4dd5d8eaf41457d13ee /editors/openoffice.org-3-RC/files
parent- Added support for optional display enhancers. One of them (diff)
Do not hardcode /usr/local
Idea by: Mike Meyer <mwm@mired.org> (not a acutual patch so we can avoid him to submit SCA)
Notes
Notes: svn path=/head/; revision=223434
Diffstat (limited to 'editors/openoffice.org-3-RC/files')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i913182
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i91318 b/editors/openoffice.org-3-RC/files/patch-i91318
index a038fc180ff5..d04fef781b9c 100644
--- a/editors/openoffice.org-3-RC/files/patch-i91318
+++ b/editors/openoffice.org-3-RC/files/patch-i91318
@@ -13,7 +13,7 @@ diff -u -r1.12 hunspell-1.1.12.patch
++++ misc/build/hunspell-1.1.12/tests/test.sh 2008-08-10 10:00:33.000000000 +0900
+@@ -1,4 +1,4 @@
+-#!/bin/bash
-++#!/usr/local/bin/bash
+++#!/usr/bin/env bash
+ export LC_ALL="C"
+
+ function check_valgrind_log () {