forked from Lainports/freebsd-ports
- Should be MAKE_JOBS_SAFE - Clean up Makefile / pkg-plist Changelog: http://torcs.sourceforge.net/index.php?name=News&file=article&sid=77 Security: http://www.vuxml.org/freebsd/e7fd27b2-3ae9-11e1-8b5c-00262d5ed8ee.html
11 lines
431 B
Text
11 lines
431 B
Text
--- src/libs/confscreens/Makefile.orig 2012-01-02 17:39:05.000000000 +0100
|
|
+++ src/libs/confscreens/Makefile 2012-01-09 20:41:34.000000000 +0100
|
|
@@ -28,7 +28,7 @@
|
|
EXPORTS = confscreens.h 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)
|
|
|