diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-30 23:09:39 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-30 23:09:39 +0200 |
commit | d0c3d1cf4365a80ba2ec35eef0c3ed7ac907f320 (patch) | |
tree | 5a0fb23dd1ca87094957e5b639b9e1a91fcf4e57 /package/sed/configure.patch | |
parent | 57bc22c6b7ebef4b8b203dce6af4966ed719acef (diff) |
sed: get rid of host-sed variant
And all the infrastructure surrounding it. A broken sed implementation
is quite rare nowadays, as seen by the fact that the current host-sed
support has been broken for a while, so just get rid of it.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/sed/configure.patch')
-rw-r--r-- | package/sed/configure.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/sed/configure.patch b/package/sed/configure.patch deleted file mode 100644 index 3e90c39d4..000000000 --- a/package/sed/configure.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -Nru sed-4.1.5.orig/configure sed-4.1.5/configure ---- sed-4.1.5.orig/configure 2006-02-03 11:24:40.000000000 +0200 -+++ sed-4.1.5/configure 2007-02-23 14:03:55.000000000 +0200 -@@ -10147,8 +10147,6 @@ - LINGUAS="${LINGUAS-%UNSET%}" - - -- install_sh="$install_sh" -- - _ACEOF - - -@@ -11265,14 +11263,10 @@ - esac - done ;; - gettext-fix ) -- sed -e '/^mkinstalldirs *=/a\' \ -- -e "install_sh=$install_sh" \ -- -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \ -+ sed -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \ - intl/Makefile > intl/Makefile.tmp - mv intl/Makefile.tmp intl/Makefile -- sed -e '/^mkinstalldirs *=/a\' \ -- -e "install_sh=$install_sh" \ -- -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \ -+ sed -e 's/^mkinstalldirs *=.*/mkinstalldirs=$(MKINSTALLDIRS)/' \ - po/Makefile > po/Makefile.tmp - mv po/Makefile.tmp po/Makefile ;; - esac |