diff options
Diffstat (limited to 'games-board/freedoko/files/nonet.patch')
-rw-r--r-- | games-board/freedoko/files/nonet.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-board/freedoko/files/nonet.patch b/games-board/freedoko/files/nonet.patch new file mode 100644 index 000000000000..4881dc0f68df --- /dev/null +++ b/games-board/freedoko/files/nonet.patch @@ -0,0 +1,11 @@ +--- src/Makefile.modules.orig 2006-08-12 16:56:49.150314837 +0200 ++++ src/Makefile.modules 2006-08-12 17:15:29.231357349 +0200 +@@ -11,7 +11,7 @@ + # The network code + # It is not necessary for single players + # The network does use the 'GNet' library (http://www.gnetlibrary.org/) +-USE_NETWORK ?= true ++USE_NETWORK ?= false + + # whether to use thread support (experimental, use at your own risk) + #USE_THREADS ?= true |