diff options
Diffstat (limited to 'textproc/srilm/files/patch-go.run-test')
-rw-r--r-- | textproc/srilm/files/patch-go.run-test | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/srilm/files/patch-go.run-test b/textproc/srilm/files/patch-go.run-test deleted file mode 100644 index accd14867823..000000000000 --- a/textproc/srilm/files/patch-go.run-test +++ /dev/null @@ -1,21 +0,0 @@ ---- sbin/go.run-test.orig 2009-12-02 23:15:49.000000000 +0300 -+++ sbin/go.run-test 2014-03-28 11:45:04.000000000 +0400 -@@ -6,6 +6,9 @@ - # $Header: /home/srilm/devel/lattice/test/../../sbin/RCS/go.run-test,v 1.13 2009/12/02 20:15:39 stolcke Exp $ - # - -+PATH=$PATH:$WRKSRC/bin:$WRKSRC/bin/freebsd -+export PATH -+ - dir=$1 - - if [ -z "$MACHINE_TYPE" ]; then -@@ -16,7 +19,7 @@ - - #diff=cmp - # ignore different whitespace and EOL conventions --diff="gawk -f $SRILM/sbin/compare-outputs 2>/dev/null" -+diff="awk -f $SRILM/sbin/compare-outputs 2>/dev/null" - - test -d output || mkdir output - |