diff options
author | 2021-08-06 07:05:39 -0400 | |
---|---|---|
committer | 2021-08-06 08:43:27 -0400 | |
commit | 5b33038110b1b2092d48f14a3e5208ade3bcfe9e (patch) | |
tree | 06ac72c508b3e76afa0f0cf08f5a241bfd11015b /games-sports/speed-dreams/files | |
parent | dev-games/freesolid: new package 2.1.2 (diff) | |
download | gentoo-5b33038110b1b2092d48f14a3e5208ade3bcfe9e.tar.gz gentoo-5b33038110b1b2092d48f14a3e5208ade3bcfe9e.tar.bz2 gentoo-5b33038110b1b2092d48f14a3e5208ade3bcfe9e.zip |
games-sports/speed-dreams: add 2.2.3_rc1
Long overdue 2.x bump with entirely new ebuild.
With 2.2.2 being nearly 3 years old, picked the newer 2.2.3_rc1.
Addons uncondtional unlike formerly proposed given currently doesn't
build without WIP addons and upstream no longer provides a patch.
Use of ${PN}-2 not strictly necessary (won't be slotting), but it
matches what upstream uses.
Closes: https://bugs.gentoo.org/415913
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-sports/speed-dreams/files')
-rw-r--r-- | games-sports/speed-dreams/files/speed-dreams-2.2.3_rc1-xmlversion-rpath.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-sports/speed-dreams/files/speed-dreams-2.2.3_rc1-xmlversion-rpath.patch b/games-sports/speed-dreams/files/speed-dreams-2.2.3_rc1-xmlversion-rpath.patch new file mode 100644 index 000000000000..784a35f9826a --- /dev/null +++ b/games-sports/speed-dreams/files/speed-dreams-2.2.3_rc1-xmlversion-rpath.patch @@ -0,0 +1,11 @@ +Building with install rpath makes things simpler, but this is an issue +for used-only-at-build-time xmlversion. Suboptimal fix given all these +are built for CHOST. +--- a/src/tools/xmlversion/CMakeLists.txt ++++ b/src/tools/xmlversion/CMakeLists.txt +@@ -2,4 +2,5 @@ + PROJECT(xmlversion) + ++SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) + SET(XMLVERSION_SOURCES main.cpp) + |