pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libusb1
Module Name: pkgsrc
Committed By: plunky
Date: Fri May 22 08:31:40 UTC 2020
Modified Files:
pkgsrc/devel/libusb1: buildlink3.mk
Log Message:
because this is installed as libusb-1.0, provide INCDIRS and
TRANSFORM to help packages find the correct files
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libusb1/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libusb1/buildlink3.mk
diff -u pkgsrc/devel/libusb1/buildlink3.mk:1.1 pkgsrc/devel/libusb1/buildlink3.mk:1.2
--- pkgsrc/devel/libusb1/buildlink3.mk:1.1 Thu May 31 11:57:28 2012
+++ pkgsrc/devel/libusb1/buildlink3.mk Fri May 22 08:31:39 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2012/05/31 11:57:28 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2020/05/22 08:31:39 plunky Exp $
BUILDLINK_TREE+= libusb1
@@ -7,6 +7,9 @@ LIBUSB1_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libusb1+= libusb1>=1.0.9
BUILDLINK_PKGSRCDIR.libusb1?= ../../devel/libusb1
+
+BUILDLINK_INCDIRS.libusb1+= include/libusb-1.0
+BUILDLINK_TRANSFORM+= l:usb:usb-1.0
.endif # LIBUSB1_BUILDLINK3_MK
BUILDLINK_TREE+= -libusb1
Home |
Main Index |
Thread Index |
Old Index