aalib-ppc.patch 535 B

1234567891011121314151617181920
  1. --- aalib-1.4.0/ltconfig.foo 2007-05-04 08:47:13.000000000 -0400
  2. +++ aalib-1.4.0/ltconfig 2007-05-04 08:48:26.000000000 -0400
  3. @@ -1994,16 +1994,6 @@ linux-gnu*)
  4. shlibpath_var=LD_LIBRARY_PATH
  5. shlibpath_overrides_runpath=no
  6. deplibs_check_method=pass_all
  7. -
  8. - if test -f /lib/ld.so.1; then
  9. - dynamic_linker='GNU ld.so'
  10. - else
  11. - # Only the GNU ld.so supports shared libraries on MkLinux.
  12. - case "$host_cpu" in
  13. - powerpc*) dynamic_linker=no ;;
  14. - *) dynamic_linker='Linux ld.so' ;;
  15. - esac
  16. - fi
  17. ;;
  18. netbsd*)