diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-26 13:17:37 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-04-26 13:17:37 +0200 |
commit | 45c19fd7b324426027d0e95edd9a2ac898d336bf (patch) | |
tree | 87805546ccb688bd3d3266c781c9f58ab963aafb /games-util/joystick/files | |
parent | dev-libs/libbsd: Bump to version 0.8.3 (diff) | |
download | gentoo-45c19fd7b324426027d0e95edd9a2ac898d336bf.tar.gz gentoo-45c19fd7b324426027d0e95edd9a2ac898d336bf.tar.bz2 gentoo-45c19fd7b324426027d0e95edd9a2ac898d336bf.zip |
games-util/joystick: Bump to version 1.5.1
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-util/joystick/files')
-rw-r--r-- | games-util/joystick/files/joystick-1.5.1-build.patch | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/games-util/joystick/files/joystick-1.5.1-build.patch b/games-util/joystick/files/joystick-1.5.1-build.patch new file mode 100644 index 000000000000..a9dee205b04f --- /dev/null +++ b/games-util/joystick/files/joystick-1.5.1-build.patch @@ -0,0 +1,34 @@ +--- 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) |