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

Collapse All | Expand All

(-)ltmain.sh.orig (+5 lines)
Lines 1635-1640 Link Here
1635
	compiler_flags="$compiler_flags $arg"
1635
	compiler_flags="$compiler_flags $arg"
1636
	compile_command="$compile_command $arg"
1636
	compile_command="$compile_command $arg"
1637
	finalize_command="$finalize_command $arg"
1637
	finalize_command="$finalize_command $arg"
1638
	deplibs="$deplibs $arg"
1638
	continue
1639
	continue
1639
	;;
1640
	;;
1640
1641
Lines 2131-2136 Link Here
2131
	    finalize_deplibs="$deplib $finalize_deplibs"
2132
	    finalize_deplibs="$deplib $finalize_deplibs"
2132
	  else
2133
	  else
2133
	    compiler_flags="$compiler_flags $deplib"
2134
	    compiler_flags="$compiler_flags $deplib"
2135
	    test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs" 
2134
	  fi
2136
	  fi
2135
	  continue
2137
	  continue
2136
	  ;;
2138
	  ;;
Lines 4706-4707 Link Here
4706
          esac
4759
          esac
4760
	  ;;
4761
	*-*-freebsd*)
4762
	  # FreeBSD doesn't need this...
4707
	  ;;
4763
	  ;;

Return to bug 190501