From d5c8a54e9061137eb52edb7f41bf9dca9f2afbf1 Mon Sep 17 00:00:00 2001 From: Tilman Keskinoz Date: Mon, 27 Feb 2012 15:22:14 +0000 Subject: [PATCH] Fix a build problem on machines with gsed and ja_JP.eucJP locale PR: 164653 Submitted by: Tsurutani Naoki Approved by: maintainer --- japanese/ebnetd/files/patch-configure | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 japanese/ebnetd/files/patch-configure diff --git a/japanese/ebnetd/files/patch-configure b/japanese/ebnetd/files/patch-configure new file mode 100644 index 000000000000..fd14d8daf331 --- /dev/null +++ b/japanese/ebnetd/files/patch-configure @@ -0,0 +1,20 @@ + here is a new patch file in order not to use sed; +% cat files/patch-configure +--- configure.orig 2003-12-28 17:53:30.000000000 +0900 ++++ configure 2012-01-29 11:25:20.000000000 +0900 +@@ -3874,11 +3874,6 @@ + cat /dev/null > conftest.in + lt_ac_count=0 + echo $ECHO_N "0123456789$ECHO_C" >conftest.in +- # Check for GNU sed and select it if it is found. +- if "$lt_ac_sed" --version 2>&1 < /dev/null | grep 'GNU' > /dev/null; then +- lt_cv_path_SED=$lt_ac_sed +- break +- fi + while true; do + cat conftest.in conftest.in >conftest.tmp + mv conftest.tmp conftest.in + + + +