summaryrefslogtreecommitdiffstats
path: root/package/sed/configure.patch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-09 08:36:22 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-09 08:36:22 +0000
commited5893f398e92983136c9da40b25740bb212cdda (patch)
treec33e2eeb49477e830ec9ba00b6e794f848de8302 /package/sed/configure.patch
parent1506b0cfd5708c81fe286549d63843c5030c0e8a (diff)
downloadbuildroot-novena-ed5893f398e92983136c9da40b25740bb212cdda.tar.gz
buildroot-novena-ed5893f398e92983136c9da40b25740bb212cdda.zip
Include a patch for GNU sed that allows building it on Mac OS X and
remove a spurious --prefix from sed.mk. (Heikki Lindholm)
Diffstat (limited to 'package/sed/configure.patch')
-rw-r--r--package/sed/configure.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/sed/configure.patch b/package/sed/configure.patch
new file mode 100644
index 000000000..3e90c39d4
--- /dev/null
+++ b/package/sed/configure.patch
@@ -0,0 +1,29 @@
+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