summaryrefslogtreecommitdiff
path: root/devel/libgphoto2
diff options
context:
space:
mode:
authorkhorben <khorben@pkgsrc.org>2018-02-10 13:53:46 +0000
committerkhorben <khorben@pkgsrc.org>2018-02-10 13:53:46 +0000
commit8be8819156643b4539320837d436d225812cb9b3 (patch)
tree7af2c189305adbc0cb10601df238bfa5aee248d8 /devel/libgphoto2
parent36b45b48dbb61284506c1f140a41aea3f6c32f7a (diff)
downloadpkgsrc-8be8819156643b4539320837d436d225812cb9b3.tar.gz
Import global switch for libusb's implementation [2/2]
This switch is meant to be used by packages requiring an implementation of the former libusb (as in devel/libusb). The original implementation can be chosen by setting LIBUSB_TYPE to "native". The alternative implementation libusb-compat (as in devel/libusb-compat) wraps libusb1 (in devel/libusb1). This implementation can be chosen by setting LIBUSB_TYPE to "compat". On NetBSD, it has the advantage of not requiring root privileges to locate and use USB devices without a kernel driver. This second part switches packages using libusb to this framework. It does not change compilation options or dependencies at this point. Compile-tested on most packages affected and available on NetBSD/amd64.
Diffstat (limited to 'devel/libgphoto2')
-rw-r--r--devel/libgphoto2/Makefile4
-rw-r--r--devel/libgphoto2/buildlink3.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/libgphoto2/Makefile b/devel/libgphoto2/Makefile
index 32110ca0ab7..68be068d33f 100644
--- a/devel/libgphoto2/Makefile
+++ b/devel/libgphoto2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.66 2016/02/25 12:12:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.67 2018/02/10 13:53:47 khorben Exp $
DISTNAME= libgphoto2-2.5.8
PKGREVISION= 1
@@ -43,7 +43,7 @@ post-install:
.include "../../devel/libltdl/buildlink3.mk"
.if ${OPSYS} != "SunOS"
PLIST.libusb= yes
-.include "../../devel/libusb/buildlink3.mk"
+.include "../../mk/libusb.buildlink3.mk"
.endif
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
diff --git a/devel/libgphoto2/buildlink3.mk b/devel/libgphoto2/buildlink3.mk
index 0cb044326ce..9011af981f7 100644
--- a/devel/libgphoto2/buildlink3.mk
+++ b/devel/libgphoto2/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2018/01/07 13:04:06 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2018/02/10 13:53:47 khorben Exp $
BUILDLINK_TREE+= libgphoto2
@@ -11,7 +11,7 @@ BUILDLINK_PKGSRCDIR.libgphoto2?= ../../devel/libgphoto2
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} != "SunOS"
-.include "../../devel/libusb/buildlink3.mk"
+.include "../../mk/libusb.buildlink3.mk"
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libltdl/buildlink3.mk"