aboutsummaryrefslogtreecommitdiff
path: root/games/xqf/files
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-25 22:34:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-03-25 22:34:30 +0000
commit8862c8e2b442e3d901cf7701ae3bf7279af2d401 (patch)
tree3ba2bb9851a900b35902645ba3f11132a7323428 /games/xqf/files
parent7228b51cde9d787f2cd01828190bd95a9d057387 (diff)
downloadports-8862c8e2b442e3d901cf7701ae3bf7279af2d401.tar.gz
ports-8862c8e2b442e3d901cf7701ae3bf7279af2d401.zip
Notes
Diffstat (limited to 'games/xqf/files')
-rw-r--r--games/xqf/files/patch-src-debug.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xqf/files/patch-src-debug.h b/games/xqf/files/patch-src-debug.h
new file mode 100644
index 000000000000..f51ac529a29d
--- /dev/null
+++ b/games/xqf/files/patch-src-debug.h
@@ -0,0 +1,11 @@
+--- src/debug.h.orig 2004-01-01 15:41:10.000000000 +0300
++++ src/debug.h 2009-03-25 22:03:41.000000000 +0300
+@@ -37,7 +37,7 @@
+ void debug_int(const char* file, int line, const char* function, int level, const char* fmt, ...);
+ void debug_cmd(int, char *[], char *, ...);
+ void set_debug_level (int);
+-inline int get_debug_level (void);
++int get_debug_level (void);
+
+ int debug_increase_indent(void);
+ int debug_decrease_indent(void);