1
0

patch-ltmain_sh.orig 666 B

12345678910111213141516171819202122232425262728293031323334
  1. --- pcmanfm-2.0.orig/ltmain.sh 2011-04-14 20:46:32.000000000 +0200
  2. +++ pcmanfm-2.0/ltmain.sh 2011-04-16 11:59:52.000000000 +0200
  3. @@ -4216,19 +4216,6 @@ func_mode_link ()
  4. prev=
  5. continue
  6. ;;
  7. - framework)
  8. - case $host in
  9. - *-*-darwin*)
  10. - case "$deplibs " in
  11. - *" $qarg.ltframework "*) ;;
  12. - *) deplibs="$deplibs $qarg.ltframework" # this is fixed later
  13. - ;;
  14. - esac
  15. - ;;
  16. - esac
  17. - prev=
  18. - continue
  19. - ;;
  20. inst_prefix)
  21. inst_prefix_dir="$arg"
  22. prev=
  23. @@ -4452,11 +4439,6 @@ func_mode_link ()
  24. continue
  25. ;;
  26. - -framework)
  27. - prev=framework
  28. - continue
  29. - ;;
  30. -
  31. -inst-prefix-dir)
  32. prev=inst_prefix
  33. continue