mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
12 lines
577 B
Plaintext
12 lines
577 B
Plaintext
--- src/Makefile.in.orig 2015-03-03 05:17:45 UTC
|
|
+++ src/Makefile.in
|
|
@@ -344,7 +344,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include $(
|
|
# _ladir passes a dummy rpath to libtool so the thing will actually link
|
|
# TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc.
|
|
@DRIVER_NAME@_drv_la_LTLIBRARIES = @DRIVER_NAME@_drv.la
|
|
-@DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version
|
|
+@DRIVER_NAME@_drv_la_LDFLAGS = -module -avoid-version -lusbhid
|
|
@DRIVER_NAME@_drv_ladir = @inputdir@
|
|
|
|
# We have to list all the mouse drivers here, even if we don't build them, so
|