diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-26 06:34:30 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-03-26 06:34:30 +0800 |
commit | 6bb6dfcecb49c5d2dc6744d4044b55cfbfd6b0e8 (patch) | |
tree | b6fedb8da1d82187e40ae6d479fcaad345c09376 /games/xqf | |
parent | c30cc51d41bc829f3e3af3be270d5db384f8c56b (diff) | |
download | freebsd-ports-gnome-6bb6dfcecb49c5d2dc6744d4044b55cfbfd6b0e8.tar.gz freebsd-ports-gnome-6bb6dfcecb49c5d2dc6744d4044b55cfbfd6b0e8.tar.zst freebsd-ports-gnome-6bb6dfcecb49c5d2dc6744d4044b55cfbfd6b0e8.zip |
- Fix the build on -CURRENT by removing inline from public function definitions
Diffstat (limited to 'games/xqf')
-rw-r--r-- | games/xqf/files/patch-src-debug.h | 11 |
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); |