123456789101112131415161718192021 |
- $OpenBSD: patch-configure,v 1.10 2017/05/04 14:21:34 espie Exp $
- Index: configure
- --- configure.orig
- +++ configure
- @@ -15081,12 +15081,12 @@ $as_echo "#define HAVE_USB 1" >>confdefs.h
- usb_type=linux
- msg_usb="yes, Linux"
- ;;
- - *freebsd*)
- + *bsd*)
-
- $as_echo "#define HAVE_USB 1" >>confdefs.h
-
- usb_type=freebsd
- - msg_usb="yes, FreeBSD"
- + msg_usb="yes, FreeBSD (OpenBSD)"
- ;;
- *darwin*)
-
|