summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/freedoko/files')
-rw-r--r--games-board/freedoko/files/Fix_Cardset_Make.patch12
-rw-r--r--games-board/freedoko/files/nodoc.patch10
-rw-r--r--games-board/freedoko/files/nonet.patch11
-rw-r--r--games-board/freedoko/files/portage-cxx.patch12
4 files changed, 0 insertions, 45 deletions
diff --git a/games-board/freedoko/files/Fix_Cardset_Make.patch b/games-board/freedoko/files/Fix_Cardset_Make.patch
deleted file mode 100644
index 32bdc32885aa..000000000000
--- a/games-board/freedoko/files/Fix_Cardset_Make.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- data/cardsets/Makefile.orig
-+++ data/cardsets/Makefile
-@@ -12,8 +12,7 @@
- @# In order to add all cardsets to the release
- @# uncomment the following line, add a trailing backslash
- @# and remove the line after
-- @#for d in Altenburg xskat kdecarddecks pysol; do
-- for d in Altenburg; do \
-+ for d in Altenburg xskat kdecarddecks pysol; do \
- cp -r $$d $(DEPTH)/release/FreeDoko_$(VERSION)/cardsets/; \
- done
- endif
diff --git a/games-board/freedoko/files/nodoc.patch b/games-board/freedoko/files/nodoc.patch
deleted file mode 100644
index b3741a3aaf22..000000000000
--- a/games-board/freedoko/files/nodoc.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.orig
-+++ Makefile
-@@ -139,7 +139,6 @@
- $(MAKE) Version
- cp AUTHORS COPYING ChangeLog README LIESMICH Version release/FreeDoko_$(VERSION)/
- $(MAKE) -C data release
-- $(MAKE) -C doc release
- $(RM) -r `find release/FreeDoko_$(VERSION)/ -name ".svn"`
-
- .PHONY: release_linux_binary
diff --git a/games-board/freedoko/files/nonet.patch b/games-board/freedoko/files/nonet.patch
deleted file mode 100644
index 1902dd5668bd..000000000000
--- a/games-board/freedoko/files/nonet.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
diff --git a/games-board/freedoko/files/portage-cxx.patch b/games-board/freedoko/files/portage-cxx.patch
deleted file mode 100644
index 894b48010e39..000000000000
--- a/games-board/freedoko/files/portage-cxx.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/Makefile.rules.orig
-+++ src/Makefile.rules
-@@ -5,8 +5,7 @@
- $(DEPTH)/Makefile.os
- # Gentoo users do want to see the real compile line.
- # So remove the next line and remove the '@' in the line after.
-- @echo $(CXX) -c $<
-- @$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
-+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $<
-
- -include $(OBJECTS:.o=.d)
-