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: jperkin
Date: Mon Nov 26 11:17:31 UTC 2018
Modified Files:
pkgsrc/devel/libusb1: Makefile
Log Message:
libusb1: SunOS now needs libcmdutils for list_*.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/libusb1/Makefile
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/Makefile
diff -u pkgsrc/devel/libusb1/Makefile:1.16 pkgsrc/devel/libusb1/Makefile:1.17
--- pkgsrc/devel/libusb1/Makefile:1.16 Sun Nov 25 17:03:34 2018
+++ pkgsrc/devel/libusb1/Makefile Mon Nov 26 11:17:31 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/11/25 17:03:34 gdt Exp $
+# $NetBSD: Makefile,v 1.17 2018/11/26 11:17:31 jperkin Exp $
DISTNAME= libusb-1.0.22
PKGNAME= ${DISTNAME:S/libusb/libusb1/}
@@ -11,7 +11,6 @@ HOMEPAGE= http://libusb.info/
COMMENT= USB Access Library (version 1)
LICENSE= gnu-lgpl-v2.1
-# Solaris doesn't support the hardware-level interface (IIRC).
# Works on Dragonfly but explicitly not wanted by DragonFly upstream;
# see PR 47042.
NOT_FOR_PLATFORM= DragonFly-*-*
@@ -29,6 +28,8 @@ CONFIGURE_ARGS.Linux+= --disable-udev
CONFIGURE_ARGS+= --enable-tests-build
#CONFIGURE_ARGS+= --enable-examples-build
+LDFLAGS.SunOS+= -lcmdutils # list_create(9F)
+
CONFLICTS= libusbx-[0-9]*
do-test:
Home |
Main Index |
Thread Index |
Old Index