mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
d5c8a54e90
PR: 164653 Submitted by: Tsurutani Naoki Approved by: maintainer
21 lines
592 B
Plaintext
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
|
|
|
|
|
|
|
|
|