patch-configure 416 B

123456789101112131415161718192021
  1. $OpenBSD: patch-configure,v 1.10 2017/05/04 14:21:34 espie Exp $
  2. Index: configure
  3. --- configure.orig
  4. +++ configure
  5. @@ -15081,12 +15081,12 @@ $as_echo "#define HAVE_USB 1" >>confdefs.h
  6. usb_type=linux
  7. msg_usb="yes, Linux"
  8. ;;
  9. - *freebsd*)
  10. + *bsd*)
  11. $as_echo "#define HAVE_USB 1" >>confdefs.h
  12. usb_type=freebsd
  13. - msg_usb="yes, FreeBSD"
  14. + msg_usb="yes, FreeBSD (OpenBSD)"
  15. ;;
  16. *darwin*)