e65e8bb968
With some inputs from steven@ and espie@ ok steven@
30 lines
678 B
Plaintext
30 lines
678 B
Plaintext
$OpenBSD: patch-configure,v 1.5 2006/10/20 11:48:06 ajacoutot Exp $
|
|
--- configure.orig Mon Sep 18 10:34:12 2006
|
|
+++ configure Mon Sep 18 10:33:58 2006
|
|
@@ -4578,7 +4578,7 @@ fi
|
|
if test "${lt_cv_path_LD+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
- if test -z "$LD"; then
|
|
+ if true; then
|
|
lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
|
|
for ac_dir in $PATH; do
|
|
IFS="$lt_save_ifs"
|
|
@@ -23224,14 +23224,14 @@ _ACEOF
|
|
usb_type=linux
|
|
msg_usb="yes, Linux"
|
|
;;
|
|
- *freebsd*)
|
|
+ *bsd*)
|
|
|
|
cat >>confdefs.h <<\_ACEOF
|
|
#define HAVE_USB 1
|
|
_ACEOF
|
|
|
|
usb_type=freebsd
|
|
- msg_usb="yes, FreeBSD"
|
|
+ msg_usb="yes, FreeBSD (OpenBSD)"
|
|
;;
|
|
*darwin*)
|
|
|