Index: head/games/torcs/files/patch-src_libs_confscreens_Makefile =================================================================== --- head/games/torcs/files/patch-src_libs_confscreens_Makefile (nonexistent) +++ head/games/torcs/files/patch-src_libs_confscreens_Makefile (revision 496625) @@ -0,0 +1,18 @@ +ld: error: export/lib/libconfscreens.so: undefined reference to hid_end_parse +ld: error: export/lib/libconfscreens.so: undefined reference to hid_get_data +ld: error: export/lib/libconfscreens.so: undefined reference to hid_get_item +ld: error: export/lib/libconfscreens.so: undefined reference to hid_get_report_desc +ld: error: export/lib/libconfscreens.so: undefined reference to hid_report_size +ld: error: export/lib/libconfscreens.so: undefined reference to hid_start_parse + +--- src/libs/confscreens/Makefile.orig 2019-03-22 17:15:20 UTC ++++ src/libs/confscreens/Makefile +@@ -28,7 +28,7 @@ EXPDIR = include + EXPORTS = driverconfig.h joystickconfig.h mouseconfig.h controlconfig.h graphconfig.h\ + simuconfig.h soundconfig.h openglconfig.h + +-LIBS = -lplibjs ++LIBS = -lplibjs -lusbhid + + src_PKGFILES = $(shell find * -maxdepth 0 -type f -print) + Property changes on: head/games/torcs/files/patch-src_libs_confscreens_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/games/torcs/files/patch-src_libs_tgfclient_Makefile =================================================================== --- head/games/torcs/files/patch-src_libs_tgfclient_Makefile (nonexistent) +++ head/games/torcs/files/patch-src_libs_tgfclient_Makefile (revision 496625) @@ -0,0 +1,18 @@ +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) + Property changes on: head/games/torcs/files/patch-src_libs_tgfclient_Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property