summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2012-02-27 15:22:14 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2012-02-27 15:22:14 +0000
commitd5c8a54e9061137eb52edb7f41bf9dca9f2afbf1 (patch)
treefe544a6a8cf15affbebbe9157c131fb555f4ab2d /japanese
parent- Make MARBLE option enabled by default. (diff)
Fix a build problem on machines with gsed and ja_JP.eucJP locale
PR: 164653 Submitted by: Tsurutani Naoki Approved by: maintainer
Notes
Notes: svn path=/head/; revision=292307
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ebnetd/files/patch-configure20
1 files changed, 20 insertions, 0 deletions
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
+
+
+
+