diff options
Diffstat (limited to 'games-util/joystick/files/joystick-1.4.9-build.patch')
-rw-r--r-- | games-util/joystick/files/joystick-1.4.9-build.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games-util/joystick/files/joystick-1.4.9-build.patch b/games-util/joystick/files/joystick-1.4.9-build.patch deleted file mode 100644 index ce951cb5d5ba..000000000000 --- a/games-util/joystick/files/joystick-1.4.9-build.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- linuxconsoletools-1.4.9/docs/Makefile -+++ linuxconsoletools-1.4.9/docs/Makefile -@@ -20,9 +20,13 @@ - # 02110-1301 USA. - - MANPAGES = inputattach.1 jstest.1 jscal.1 fftest.1 \ -- ffmvforce.1 ffset.1 ffcfstress.1 jscal-store.1 \ -+ ffset.1 ffcfstress.1 jscal-store.1 \ - jscal-restore.1 - -+ifneq ($(USE_SDL),no) -+MANPAGES += ffmvforce.1 -+endif -+ - PREFIX ?= /usr/local - - install: ---- linuxconsoletools-1.4.9/utils/Makefile -+++ linuxconsoletools-1.4.9/utils/Makefile -@@ -27,9 +27,13 @@ - - CFLAGS ?= -g -O2 -Wall - --PROGRAMS = inputattach jstest jscal fftest ffmvforce ffset \ -+PROGRAMS = inputattach jstest jscal fftest ffset \ - ffcfstress jscal-restore jscal-store - -+ifneq ($(USE_SDL),no) -+PROGRAMS += ffmvforce -+endif -+ - PREFIX ?= /usr/local - - compile: $(PROGRAMS) |