diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-07-17 00:09:16 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-07-17 00:09:16 +0000 |
commit | b463af324c12921f91674302b38adcf1c9bc631e (patch) | |
tree | 7f16465f2a1dc739d378ac84930af7bee99aa6b6 /games/torcs/files | |
parent | d7599bf7a5556450738cb46408ea9fe839732c6e (diff) | |
download | ports-b463af324c12921f91674302b38adcf1c9bc631e.tar.gz ports-b463af324c12921f91674302b38adcf1c9bc631e.zip |
Notes
Diffstat (limited to 'games/torcs/files')
-rw-r--r-- | games/torcs/files/patch-src__libs__confscreens__Makefile | 11 | ||||
-rw-r--r-- | games/torcs/files/patch-src__libs__tgfclient__Makefile | 11 |
2 files changed, 0 insertions, 22 deletions
diff --git a/games/torcs/files/patch-src__libs__confscreens__Makefile b/games/torcs/files/patch-src__libs__confscreens__Makefile deleted file mode 100644 index 4347c6263726..000000000000 --- a/games/torcs/files/patch-src__libs__confscreens__Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) - diff --git a/games/torcs/files/patch-src__libs__tgfclient__Makefile b/games/torcs/files/patch-src__libs__tgfclient__Makefile deleted file mode 100644 index 997a968e6162..000000000000 --- a/games/torcs/files/patch-src__libs__tgfclient__Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- src/libs/tgfclient/Makefile.orig 2012-01-02 17:39:05.000000000 +0100 -+++ src/libs/tgfclient/Makefile 2012-01-09 20:46:09.000000000 +0100 -@@ -51,7 +51,7 @@ - - CONFIG = screen.xml - --LIBS = -lplibjs -+LIBS = -lplibjs -lusbhid - - src_PKGFILES = $(shell find * -maxdepth 0 -type f -print) - |