summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/freedoko/files/nonet.patch')
-rw-r--r--games-board/freedoko/files/nonet.patch11
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..1902dd5668bd
--- /dev/null
+++ b/games-board/freedoko/files/nonet.patch
@@ -0,0 +1,11 @@
+--- src/Makefile.modules.orig
++++ src/Makefile.modules
+@@ -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