openbsd-ports/comms/pilot-link/patches/patch-configure
pvalchev 9dc7238ff0 Update to pilot-link-0.11.8, remove debug flavour
From new maintainer Antoine Jacoutot <ajacoutot@lphp.org>
2004-12-11 04:59:46 +00:00

30 lines
684 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2004/12/11 04:59:46 pvalchev Exp $
--- configure.orig Tue Jul 1 13:08:40 2003
+++ configure Fri Dec 10 21:51:33 2004
@@ -3010,7 +3010,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
IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
@@ -9259,14 +9259,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)"
;;
esac