pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libusb1 libusb1: SunOS now needs libcmdutils for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0ccacdbebe9
branches: trunk
changeset: 315539:f0ccacdbebe9
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Mon Nov 26 11:17:31 2018 +0000
description:
libusb1: SunOS now needs libcmdutils for list_*.
diffstat:
devel/libusb1/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 09b6c081e54f -r f0ccacdbebe9 devel/libusb1/Makefile
--- a/devel/libusb1/Makefile Mon Nov 26 09:47:11 2018 +0000
+++ b/devel/libusb1/Makefile Mon Nov 26 11:17:31 2018 +0000
@@ -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 @@
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+= --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