diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-12-22 16:29:39 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-23 14:11:00 +0100 |
commit | 393d53b6deaa31196f2ceb68a5a24f77a72ce6d9 (patch) | |
tree | 7c7289ccbc7f250470973466d9ec78fb08ce8f44 /games-util | |
parent | games-util/catcodec: remove unused patches (diff) | |
download | gentoo-393d53b6deaa31196f2ceb68a5a24f77a72ce6d9.tar.gz gentoo-393d53b6deaa31196f2ceb68a5a24f77a72ce6d9.tar.bz2 gentoo-393d53b6deaa31196f2ceb68a5a24f77a72ce6d9.zip |
games-util/joystick: remove unused patches
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/joystick/files/joystick-1.4.8-build.patch | 39 | ||||
-rw-r--r-- | games-util/joystick/files/joystick-1.5.1-build.patch | 34 |
2 files changed, 0 insertions, 73 deletions
diff --git a/games-util/joystick/files/joystick-1.4.8-build.patch b/games-util/joystick/files/joystick-1.4.8-build.patch deleted file mode 100644 index f888ccd18812..000000000000 --- a/games-util/joystick/files/joystick-1.4.8-build.patch +++ /dev/null @@ -1,39 +0,0 @@ ---- linuxconsoletools-1.4.4.orig/docs/Makefile -+++ linuxconsoletools-1.4.4/docs/Makefile -@@ -20,13 +20,17 @@ - # 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: - install -d $(DESTDIR)$(PREFIX)/share/man/man1 -- install $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1 -+ install -m 644 $(MANPAGES) $(DESTDIR)$(PREFIX)/share/man/man1 - - .PHONY: install ---- linuxconsoletools-1.4.4.orig/utils/Makefile -+++ linuxconsoletools-1.4.4/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) diff --git a/games-util/joystick/files/joystick-1.5.1-build.patch b/games-util/joystick/files/joystick-1.5.1-build.patch deleted file mode 100644 index a9dee205b04f..000000000000 --- a/games-util/joystick/files/joystick-1.5.1-build.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- linuxconsoletools-1.5.1/docs/Makefile -+++ linuxconsoletools-1.5.1/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.5.1/utils/Makefile -+++ linuxconsoletools-1.5.1/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 evdev-joystick - -+ifneq ($(USE_SDL),no) -+PROGRAMS += ffmvforce -+endif -+ - PREFIX ?= /usr/local - - compile: $(PROGRAMS) |