Files
bsdports/x11/xf86-input-mouse/files/patch-src_Makefile.in
2019-12-26 07:26:06 +00:00

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