pkgsrc/devel/libgphoto2/patches/patch-an
drochner 5948b0c2b1 update to 2.4.7
changes:
-bugfixes and improvements to the PTP2 driver
-cleanup
-translation updates
2009-11-20 17:02:23 +00:00

13 lines
513 B
Text

$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