Use valid C. Should at least improve the Linux build.
This commit is contained in:
parent
efa106c5c9
commit
064f3e49db
2 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.4 2012/05/23 06:26:10 dholland Exp $
|
||||
$NetBSD: distinfo,v 1.5 2012/06/18 04:14:30 dholland Exp $
|
||||
|
||||
SHA1 (spaceracer-0.2.4.tgz) = 57fea82636c2d1c9b77b81db5b8828c385b31c98
|
||||
RMD160 (spaceracer-0.2.4.tgz) = 610ed143324d815fc5066eb33c8625d7f4f80b2e
|
||||
|
@ -11,3 +11,4 @@ SHA1 (patch-configurein) = 6bc5f82b42fd7edad062271d1689196ece4126df
|
|||
SHA1 (patch-loopercpp) = a81f8570cb9ebb2de80b03f4093fc028179b82af
|
||||
SHA1 (patch-soundcpp) = 679d9442bc533ae3923f47fba6e8c1f712190df7
|
||||
SHA1 (patch-src_stk_input_stk__joy_h) = 9c6bc498729f4263471f623990df34e63c7c0c1e
|
||||
SHA1 (patch-src_stk_kernel_stk__debug_h) = 743ecdbec3587b54ffc9b9dc199b13f33a2e9226
|
||||
|
|
15
games/spaceracer/patches/patch-src_stk_kernel_stk__debug_h
Normal file
15
games/spaceracer/patches/patch-src_stk_kernel_stk__debug_h
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-src_stk_kernel_stk__debug_h,v 1.1 2012/06/18 04:14:30 dholland Exp $
|
||||
|
||||
Use valid C.
|
||||
|
||||
--- src/stk/kernel/stk_debug.h~ 2001-07-15 21:26:19.000000000 +0000
|
||||
+++ src/stk/kernel/stk_debug.h
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
// The information msg
|
||||
#ifndef DEBUG
|
||||
-#define STK_INFORMATION (msg)
|
||||
+#define STK_INFORMATION(msg)
|
||||
#else
|
||||
#define STK_INFORMATION(msg) \
|
||||
printf("Information %s %d\n",__FILE__,__LINE__); \
|
Loading…
Reference in a new issue