summaryrefslogtreecommitdiff
path: root/devel/libgphoto2/patches/patch-an
blob: c2ae5b58c1a5003e15647a4259df6d70ff75deb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-an,v 1.1 2009/11/20 17:02:23 drochner Exp $

--- libgphoto2_port/configure.orig	2009-08-11 17:13:11.000000000 +0200
+++ libgphoto2_port/configure
@@ -18333,7 +18333,7 @@ fi
 if test "x${udevscriptdir}" = "x"; then	udevscriptdir="\${libdir}/udev"; fi
 
 
- if if echo "$host"|grep -i linux >/dev/null ; then test "x$have_LIBUSB" = xyes; fi ; then
+ if if echo "$host"|grep -i linux >/dev/null ; then test "x$have_LIBUSB" = xyes; else false; fi ; then
   HAVE_UDEV_TRUE=
   HAVE_UDEV_FALSE='#'
 else