Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157746 | Differences between
and this patch

Collapse All | Expand All

(-)vlc-0.8.6b/autotools/ltmain.sh (-1 / +9 lines)
Lines 4031-4045 EOF Link Here
4031
	fi
4031
	fi
4032
4032
4033
	tmp_deplibs=
4033
	tmp_deplibs=
4034
	inst_prefix_arg=
4034
	for test_deplib in $deplibs; do
4035
	for test_deplib in $deplibs; do
4035
		case " $convenience " in
4036
		case " $convenience " in
4036
		*" $test_deplib "*) ;;
4037
		*" $test_deplib "*) ;;
4037
		*)
4038
		*)
4038
			tmp_deplibs="$tmp_deplibs $test_deplib"
4039
			if test -n "$inst_prefix_dir" && (echo "$test_deplib" | grep -- "$inst_prefix_dir" >/dev/null); then
4040
				inst_prefix_arg="$test_deplib"
4041
			else
4042
				tmp_deplibs="$tmp_deplibs $test_deplib"
4043
			fi
4039
			;;
4044
			;;
4040
		esac
4045
		esac
4041
	done
4046
	done
4042
	deplibs="$tmp_deplibs"
4047
	deplibs="$tmp_deplibs"
4048
	if test -n "$inst_prefix_arg"; then
4049
		deplibs="-L$inst_prefix_dir$libdir $deplibs"
4050
	fi
4043
4051
4044
	if test -n "$convenience"; then
4052
	if test -n "$convenience"; then
4045
	  if test -n "$whole_archive_flag_spec"; then
4053
	  if test -n "$whole_archive_flag_spec"; then

Return to bug 157746