diff options
author | 2018-04-29 19:58:31 +0200 | |
---|---|---|
committer | 2018-04-29 20:13:34 +0200 | |
commit | e719478c45b1903f0a41e3a4d8505689a6b81611 (patch) | |
tree | 86e6cf30d9ac4a270eeb400130e5b6e2129ff3ce /games-board/freedoko/files | |
parent | games-board/freedoko: Version bump (diff) | |
download | gentoo-e719478c45b1903f0a41e3a4d8505689a6b81611.tar.gz gentoo-e719478c45b1903f0a41e3a4d8505689a6b81611.tar.bz2 gentoo-e719478c45b1903f0a41e3a4d8505689a6b81611.zip |
games-board/freedoko: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-board/freedoko/files')
-rw-r--r-- | games-board/freedoko/files/freedoko-0.7.14-gentoo.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-board/freedoko/files/freedoko-0.7.14-gentoo.patch b/games-board/freedoko/files/freedoko-0.7.14-gentoo.patch deleted file mode 100644 index d1d18fb485ea..000000000000 --- a/games-board/freedoko/files/freedoko-0.7.14-gentoo.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- FreeDoko_0.7.14.orig/src/Makefile -+++ FreeDoko_0.7.14/src/Makefile -@@ -241,15 +241,7 @@ - # compile FreeDoko - $(PROGRAM) : show_settings objects $(DIRECTORIES) - @echo 'compiling $(PROGRAM)...' --# Gentoo users do want to see the real compile line. --# So remove the next five lines (the echo lines) --# and remove the '@' in the line after. -- @echo '$(CXX) $(CXXFLAGS)' -- @echo ' $$(OBJECTS)' -- @echo ' $(INCLUDE_ALL)' -- @echo ' $(LIBS_ALL)' -- @echo ' -o $@' -- @$(CXX) $(CXXFLAGS) \ -+ $(CXX) $(CXXFLAGS) \ - $(OBJECTS_ALL:%.o=$(FREEDOKO_WORKING_DIRECTORY)/%.o) \ - $(INCLUDE_ALL) \ - $(LIBS_ALL) \ ---- FreeDoko_0.7.14.orig/src/Makefile.os -+++ FreeDoko_0.7.14/src/Makefile.os -@@ -1,6 +1,5 @@ - include $(DEPTH)/../Makefile.os - --include $(DEPTH)/Makefile.local - include $(DEPTH)/Makefile.modules - - ifeq ($(OPERATING_SYSTEM), Linux) ---- FreeDoko_0.7.14.orig/src/Makefile.rules -+++ FreeDoko_0.7.14/src/Makefile.rules -@@ -80,10 +80,8 @@ - $(DEPTH)/Makefile.modules \ - $(DEPTH)/Makefile.local \ - $(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 $(SUBDIR)/$< -- @$(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $< -+ $(CXX) $(CPPFLAGS) $(CXXFLAGS) $(INCLUDE) $(DEPGEN_FLAGS) -o $@ -c $< - - - -include $(OBJECTS:%.o=$(TARGET_DIR_LOCAL)%.d) |