diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-11 16:23:50 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-11-11 16:24:55 -0500 |
commit | 9e6a255e32c6385ba492989c0956b27b660ccf45 (patch) | |
tree | 08b637017ed43f07009cea2186ec69ca5e607dec /games-engines/stratagus/files | |
parent | bc6a0fb9c6a24b5be9f3a81c32accf360d5ca63c (diff) | |
download | gentoo-9e6a255e32c6385ba492989c0956b27b660ccf45.tar.gz gentoo-9e6a255e32c6385ba492989c0956b27b660ccf45.tar.xz |
version bump (bug #563252)
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-engines/stratagus/files')
-rw-r--r-- | games-engines/stratagus/files/stratagus-2.3.0-debug.patch | 19 | ||||
-rw-r--r-- | games-engines/stratagus/files/stratagus-2.3.0-doc.patch | 11 |
2 files changed, 30 insertions, 0 deletions
diff --git a/games-engines/stratagus/files/stratagus-2.3.0-debug.patch b/games-engines/stratagus/files/stratagus-2.3.0-debug.patch new file mode 100644 index 00000000000..41817865c57 --- /dev/null +++ b/games-engines/stratagus/files/stratagus-2.3.0-debug.patch @@ -0,0 +1,19 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Thu Oct 18 14:31:37 UTC 2012 +Subject: build-system + +do not rename the target if debug is enabled + +--- stratagus_2.2.7.orig/CMakeLists.txt ++++ stratagus_2.2.7.orig/CMakeLists.txt +@@ -911,10 +911,6 @@ + add_executable(stratagus WIN32 ${stratagus_SRCS} ${stratagus_HDRS}) + target_link_libraries(stratagus ${stratagus_LIBS}) + +-if(CMAKE_BUILD_TYPE STREQUAL "Debug") +- set_target_properties(stratagus PROPERTIES OUTPUT_NAME stratagus-dbg) +-endif() +- + if(WIN32 AND MINGW AND ENABLE_STATIC) + set_target_properties(stratagus PROPERTIES LINK_FLAGS "${LINK_FLAGS} -static-libgcc -static-libstdc++ -Wl,--stack,10485760") + endif() diff --git a/games-engines/stratagus/files/stratagus-2.3.0-doc.patch b/games-engines/stratagus/files/stratagus-2.3.0-doc.patch new file mode 100644 index 00000000000..1605b81411f --- /dev/null +++ b/games-engines/stratagus/files/stratagus-2.3.0-doc.patch @@ -0,0 +1,11 @@ +--- stratagus_2.2.7.orig/CMakeLists.txt ++++ stratagus_2.2.7.orig/CMakeLists.txt +@@ -1050,7 +1050,7 @@ + doc/media.html + doc/metaserver_protocol.txt + doc/README-SDL.txt +- DESTINATION share/doc/stratagus ++ DESTINATION ${DOCDIR} + ) + install(DIRECTORY doc/graphics doc/scripts ${CMAKE_CURRENT_BINARY_DIR}/doxygen DESTINATION ${DOCDIR}) + endif(ENABLE_DOC AND DOXYGEN_FOUND) |