pkgsrc/devel/libgphoto2/patches/patch-an
drochner e85f5fc38d update to 2.4.12
changes:
-support for new cameras
-minor feature additions for Canon and Nikon drivers
-minor cleanup, translation updates
2012-02-13 12:08:11 +00:00

13 lines
567 B
Text

$NetBSD: patch-an,v 1.2 2012/02/13 12:08:11 drochner Exp $
--- libgphoto2_port/configure.orig 2011-11-29 21:04:51.000000000 +0000
+++ libgphoto2_port/configure
@@ -15422,7 +15422,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 -o "x$have_LIBUSB1" = xyes; fi ; then
+ if if echo "$host"|grep -i linux >/dev/null ; then test "x$have_LIBUSB" = xyes -o "x$have_LIBUSB1" = xyes; else false; fi ; then
HAVE_UDEV_TRUE=
HAVE_UDEV_FALSE='#'
else