$OpenBSD: patch-Makefile_common,v 1.3 2019/02/05 07:54:16 bentley Exp $

Explicitly link with libusb-1.0 

Index: Makefile.common
--- Makefile.common.orig
+++ Makefile.common
@@ -957,11 +957,7 @@ ifeq ($(HAVE_LIBUSB), 1)
       ifeq ($(HAVE_HID), 1)
          DEFINES += -DHAVE_LIBUSB
          OBJ += input/drivers_hid/libusb_hid.o
-         ifneq ($(findstring BSD,$(OS)),)
-            LIBS += -lusb
-         else
-            LIBS += -lusb-1.0
-         endif
+         LIBS += -lusb-1.0
       endif
    endif
 endif
