1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix a build problem on machines with gsed and ja_JP.eucJP locale

PR:		164653
Submitted by:	Tsurutani Naoki
Approved by:	maintainer
This commit is contained in:
Tilman Keskinoz 2012-02-27 15:22:14 +00:00
parent 60d968842f
commit d5c8a54e90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292307

View File

@ -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