summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-10-17 09:57:58 +0200
committerLars Wendler <polynomial-c@gentoo.org>2016-10-17 11:04:20 +0200
commit4bd158c8fcf38d600930b36d90dd8afebf130e51 (patch)
treec298df4ee8ac25465090d9b695448d80f9a98477 /games-util/joystick/files/joystick-1.6.0-build.patch
parentnet-misc/nextcloud-client: version bump to 2.2.4, bug #597104 (diff)
downloadgentoo-4bd158c8fcf38d600930b36d90dd8afebf130e51.tar.gz
gentoo-4bd158c8fcf38d600930b36d90dd8afebf130e51.tar.bz2
gentoo-4bd158c8fcf38d600930b36d90dd8afebf130e51.zip
games-util/joystick: Bump to version 1.6.0
Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-util/joystick/files/joystick-1.6.0-build.patch')
-rw-r--r--games-util/joystick/files/joystick-1.6.0-build.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/games-util/joystick/files/joystick-1.6.0-build.patch b/games-util/joystick/files/joystick-1.6.0-build.patch
new file mode 100644
index 000000000000..fa60ec719917
--- /dev/null
+++ b/games-util/joystick/files/joystick-1.6.0-build.patch
@@ -0,0 +1,34 @@
+--- linuxconsoletools-1.6.0/docs/Makefile
++++ linuxconsoletools-1.6.0/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 evdev-joystick.1
+
++ifneq ($(USE_SDL),no)
++MANPAGES += ffmvforce.1
++endif
++
+ PREFIX ?= /usr/local
+
+ install:
+--- linuxconsoletools-1.6.0/utils/Makefile
++++ linuxconsoletools-1.6.0/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)