diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2016-04-02 01:16:15 -0400 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2016-04-02 01:16:29 -0400 |
commit | 6b00e2d0140ccb82629183f0c07e6de060bf89f6 (patch) | |
tree | 9d649288c96e68b2062e04a3bb691d4dce6b3534 /games-board/freedoko/files | |
parent | sys-fs/lvm2: drop old <2.02.116 versions (diff) | |
download | gentoo-6b00e2d0140ccb82629183f0c07e6de060bf89f6.tar.gz gentoo-6b00e2d0140ccb82629183f0c07e6de060bf89f6.tar.bz2 gentoo-6b00e2d0140ccb82629183f0c07e6de060bf89f6.zip |
games-board/freedoko: version bump (bug #576682)
Package-Manager: portage-2.2.26
Diffstat (limited to 'games-board/freedoko/files')
-rw-r--r-- | games-board/freedoko/files/freedoko-0.7.14-gentoo.patch | 42 |
1 files changed, 42 insertions, 0 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 new file mode 100644 index 000000000000..d1d18fb485ea --- /dev/null +++ b/games-board/freedoko/files/freedoko-0.7.14-gentoo.patch @@ -0,0 +1,42 @@ +--- 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) |