mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
35cf5bb596
PR: 84940 Submitted by: Denis Shaposhnikov <dsh@vlink.ru> Approved by: perky (mentor)
12 lines
545 B
Plaintext
12 lines
545 B
Plaintext
--- configure.orig Tue Aug 30 14:52:03 2005
|
|
+++ configure Tue Aug 30 14:52:18 2005
|
|
@@ -1798,7 +1798,7 @@
|
|
AS="$AS" DLLTOOL="$DLLTOOL" OBJDUMP="$OBJDUMP" \
|
|
objext="$OBJEXT" exeext="$EXEEXT" reload_flag="$reload_flag" \
|
|
deplibs_check_method="$deplibs_check_method" file_magic_cmd="$file_magic_cmd" \
|
|
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \
|
|
+$ac_aux_dir/ltconfig --no-reexec \
|
|
$libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh $host \
|
|
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; }
|
|
|