9239e5ca12
thanks to Giovanni Bechis <bigionews at snb dot it> who sent me a similar diff of what I had in my tree but totally forgot about tested under Treo 680 and LiveDrive (netsync) with jpilot and libmal
30 lines
678 B
Plaintext
30 lines
678 B
Plaintext
$OpenBSD: patch-configure,v 1.6 2008/01/20 15:19:31 ajacoutot Exp $
|
|
--- configure.orig Mon Nov 12 19:13:25 2007
|
|
+++ configure Thu Jan 17 09:00:40 2008
|
|
@@ -4499,7 +4499,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"
|
|
@@ -22501,14 +22501,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*)
|
|
|