b4de21dc27
libusb provides a library for application access to USB devices. Port based on FreeBSD/NetBSD
13 lines
345 B
Plaintext
13 lines
345 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2001/08/20 06:23:00 pvalchev Exp $
|
|
--- configure.orig Sat Jan 13 13:17:45 2001
|
|
+++ configure Sun Aug 19 23:44:47 2001
|
|
@@ -1605,7 +1605,7 @@ EOF
|
|
os_support=linux
|
|
echo "$ac_t""Linux" 1>&6
|
|
;;
|
|
- *-freebsd*)
|
|
+ *-freebsd*|*-netbsd*|*-openbsd*)
|
|
cat >> confdefs.h <<\EOF
|
|
#define FREEBSD 1
|
|
EOF
|