opnsense-ports/games/torcs/files/patch-src_libs_tgfclient_Makefile
Franco Fichtner dd071c929c */*: sync with upstream
Taken from: HardenedBSD
2019-03-23 03:29:07 +01:00

18 lines
746 B
Text

ld: error: export/lib/libtgfclient.so: undefined reference to hid_end_parse
ld: error: export/lib/libtgfclient.so: undefined reference to hid_get_data
ld: error: export/lib/libtgfclient.so: undefined reference to hid_get_item
ld: error: export/lib/libtgfclient.so: undefined reference to hid_get_report_desc
ld: error: export/lib/libtgfclient.so: undefined reference to hid_report_size
ld: error: export/lib/libtgfclient.so: undefined reference to hid_start_parse
--- src/libs/tgfclient/Makefile.orig 2012-01-02 16:39:05 UTC
+++ src/libs/tgfclient/Makefile
@@ -51,7 +51,7 @@ CONFIGCREATEDIRS = config
CONFIG = screen.xml
-LIBS = -lplibjs
+LIBS = -lplibjs -lusbhid
src_PKGFILES = $(shell find * -maxdepth 0 -type f -print)