diff options
author | dholland <dholland@pkgsrc.org> | 2011-12-31 23:56:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-12-31 23:56:46 +0000 |
commit | b4b216fc8bf50570685d5a5fb29817759db6d01f (patch) | |
tree | 5632563a0c0ddc0477e1054d53c6f1aab396d7e0 /editors/emacs21/patches | |
parent | b65b22436d0c5f4e2ac1283748b7a359cc98b54b (diff) | |
download | pkgsrc-b4b216fc8bf50570685d5a5fb29817759db6d01f.tar.gz |
try again. sigh...
Diffstat (limited to 'editors/emacs21/patches')
-rw-r--r-- | editors/emacs21/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/emacs21/patches/patch-ab b/editors/emacs21/patches/patch-ab index cd835d22db1..90d1f53fa32 100644 --- a/editors/emacs21/patches/patch-ab +++ b/editors/emacs21/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2011/12/31 16:37:25 dholland Exp $ +$NetBSD: patch-ab,v 1.3 2011/12/31 23:56:47 dholland Exp $ Caution: the extra cpp checking (the three hunks containing "Should be one line") is manually hacked and not reflected in configure.in; do @@ -64,7 +64,7 @@ started doing regrettable things with backslash-escaped newlines. { (eval echo configure:2063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"; \ -+ grep -L "Should *be one line" contest2.out \ ++ grep -L "Should *be one line" conftest2.out \ + ` if test -z "$ac_err"; then : @@ -81,7 +81,7 @@ started doing regrettable things with backslash-escaped newlines. { (eval echo configure:2080: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"; \ -+ grep -L "Should *be one line" contest2.out \ ++ grep -L "Should *be one line" conftest2.out \ + ` if test -z "$ac_err"; then : @@ -98,7 +98,7 @@ started doing regrettable things with backslash-escaped newlines. { (eval echo configure:2097: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } -ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` +ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"; \ -+ grep -L "Should *be one line" contest2.out \ ++ grep -L "Should *be one line" conftest2.out \ + ` if test -z "$ac_err"; then : |