patch-configure 471 B

123456789101112131415161718192021
  1. --- ccid-1.4.4.orig/configure 2011-05-13 11:19:09.000000000 +0200
  2. +++ ccid-1.4.4/configure 2011-07-28 10:54:49.000000000 +0200
  3. @@ -12207,17 +12207,8 @@ done
  4. # Select OS specific versions of source files.
  5. -BUNDLE_HOST=`uname | sed -e s,/,_,`
  6. +BUNDLE_HOST=Linux
  7. DYN_LIB_EXT="so"
  8. -case "$BUNDLE_HOST" in
  9. -Darwin)
  10. - BUNDLE_HOST=MacOS
  11. - DYN_LIB_EXT="dylib"
  12. - ;;
  13. -SunOS)
  14. - BUNDLE_HOST=Solaris
  15. - ;;
  16. - esac
  17. # --disable-libusb
  18. # Check whether --enable-libusb was given.