1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/japanese/ebnetd/files/patch-configure
Tilman Keskinoz d5c8a54e90 Fix a build problem on machines with gsed and ja_JP.eucJP locale
PR:		164653
Submitted by:	Tsurutani Naoki
Approved by:	maintainer
2012-02-27 15:22:14 +00:00

21 lines
592 B
Plaintext

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