patch-configure 818 B

12345678910111213141516171819202122232425262728293031323334
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- cups-1.3.10.orig/configure 2009-04-16 22:02:06.000000000 +0200
  3. +++ cups-1.3.10/configure 2009-05-31 19:41:18.000000000 +0200
  4. @@ -7460,9 +7460,6 @@ done
  5. case $uname in
  6. - Darwin* | *BSD*)
  7. - ARFLAGS="-rcv"
  8. - ;;
  9. *)
  10. ARFLAGS="crvs"
  11. ;;
  12. @@ -9254,7 +9251,7 @@ if test "$libdir" = "\${exec_prefix}/lib
  13. ;;
  14. Linux*)
  15. if test -d /usr/lib64; then
  16. - libdir="$exec_prefix/lib64"
  17. + libdir="$exec_prefix/lib"
  18. fi
  19. ;;
  20. HP-UX*)
  21. @@ -9587,11 +9584,6 @@ _ACEOF
  22. # Server executables...
  23. case "$uname" in
  24. - *BSD* | Darwin*)
  25. - # *BSD and Darwin (MacOS X)
  26. - INSTALL_SYSV=""
  27. - CUPS_SERVERBIN="$exec_prefix/libexec/cups"
  28. - ;;
  29. *)
  30. # All others
  31. INSTALL_SYSV="install-sysv"