diff options
author | marino <marino@pkgsrc.org> | 2016-12-03 04:19:05 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2016-12-03 04:19:05 +0000 |
commit | ee43869745c93c11e1d03d877e16ca12d52b1147 (patch) | |
tree | 3d8e3fc03663c91b8826ebfd90b3058966d5ab25 /devel/libusb | |
parent | ca25f15fe53d7d4b07ff06d681a7d9009ccf6a6a (diff) | |
download | pkgsrc-ee43869745c93c11e1d03d877e16ca12d52b1147.tar.gz |
devel/libusb: ONLY_FOR_PLATFORM=- DragonFly
The old USB headers were removed long ago and I don't think this 3rd party
USB library is functional on DragonFly anymore (even if it were buildable,
which its not). I'm wondering if this is not also the case for FreeBSD?
Any important software that depends on libusb (SDL2?) will need to
support the base libusb.so in DragonFly (and FreeBSD?).
Diffstat (limited to 'devel/libusb')
-rw-r--r-- | devel/libusb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 7b1ea18400d..ba6a83d04ea 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2016/04/10 15:26:57 richard Exp $ +# $NetBSD: Makefile,v 1.39 2016/12/03 04:19:05 marino Exp $ DISTNAME= libusb-0.1.12 PKGREVISION= 4 @@ -22,7 +22,7 @@ PKGCONFIG_OVERRIDE+= libusb.pc.in # supports one of these APIs, add it here and also in the configure # script. Solaris support has been hacked on separately. ONLY_FOR_PLATFORM= Linux-*-* -ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* FreeBSD-*-* DragonFly-*-* +ONLY_FOR_PLATFORM+= NetBSD-*-* OpenBSD-*-* FreeBSD-*-* ONLY_FOR_PLATFORM+= Darwin-*-* ONLY_FOR_PLATFORM+= SunOS-*-* |