pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/games/spaceracer Fix invalid C. Should fix the Linux b...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1e8cffb72f1d
branches: trunk
changeset: 604110:1e8cffb72f1d
user: dholland <dholland%pkgsrc.org@localhost>
date: Wed May 23 06:26:10 2012 +0000
description:
Fix invalid C. Should fix the Linux build.
diffstat:
games/spaceracer/distinfo | 3 ++-
games/spaceracer/patches/patch-src_stk_input_stk__joy_h | 15 +++++++++++++++
2 files changed, 17 insertions(+), 1 deletions(-)
diffs (33 lines):
diff -r ebdf71a50768 -r 1e8cffb72f1d games/spaceracer/distinfo
--- a/games/spaceracer/distinfo Wed May 23 06:23:02 2012 +0000
+++ b/games/spaceracer/distinfo Wed May 23 06:26:10 2012 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2010/03/24 15:53:09 joerg Exp $
+$NetBSD: distinfo,v 1.4 2012/05/23 06:26:10 dholland Exp $
SHA1 (spaceracer-0.2.4.tgz) = 57fea82636c2d1c9b77b81db5b8828c385b31c98
RMD160 (spaceracer-0.2.4.tgz) = 610ed143324d815fc5066eb33c8625d7f4f80b2e
@@ -10,3 +10,4 @@
SHA1 (patch-configurein) = 6bc5f82b42fd7edad062271d1689196ece4126df
SHA1 (patch-loopercpp) = a81f8570cb9ebb2de80b03f4093fc028179b82af
SHA1 (patch-soundcpp) = 679d9442bc533ae3923f47fba6e8c1f712190df7
+SHA1 (patch-src_stk_input_stk__joy_h) = 9c6bc498729f4263471f623990df34e63c7c0c1e
diff -r ebdf71a50768 -r 1e8cffb72f1d games/spaceracer/patches/patch-src_stk_input_stk__joy_h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/games/spaceracer/patches/patch-src_stk_input_stk__joy_h Wed May 23 06:26:10 2012 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_stk_input_stk__joy_h,v 1.1 2012/05/23 06:26:11 dholland Exp $
+
+Use valid C.
+
+--- src/stk/input/stk_joy.h~ 2001-07-15 21:26:18.000000000 +0000
++++ src/stk/input/stk_joy.h
+@@ -14,7 +14,7 @@
+ #include <linux/joystick.h>
+ # if JS_VERSION >= 0x010000
+ # define LINUX_JOYSTICK_NEW
+-# elif
++# else
+ # define LINUX_JOYSTICK_OLD
+ # endif
+ #endif
Home |
Main Index |
Thread Index |
Old Index