summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Sokolov <sokolov@google.com>2021-05-05 17:02:29 +0000
committerJoonas Niilola <juippis@gentoo.org>2021-05-06 16:18:47 +0300
commit67601527665101d64ee8ffd265785d6524f7dedb (patch)
treedf726b14e88b35879a69b329197f6d965b0d7b5a
parentgames-engines/openmw: fix build with gcc 11 (diff)
downloadgentoo-67601527665101d64ee8ffd265785d6524f7dedb.tar.gz
gentoo-67601527665101d64ee8ffd265785d6524f7dedb.tar.bz2
gentoo-67601527665101d64ee8ffd265785d6524f7dedb.zip
games-engines/openmw: remove openmw-0.47.0-bullet-debian.patch
https://gitlab.com/OpenMW/openmw/-/commit/e3a6cb1695336c834c9664eabc40028f01e3b99f includes it Signed-off-by: Alexey Sokolov <sokolov@google.com> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--games-engines/openmw/files/openmw-0.47.0-bullet-debian.patch15
-rw-r--r--games-engines/openmw/openmw-9999.ebuild1
2 files changed, 0 insertions, 16 deletions
diff --git a/games-engines/openmw/files/openmw-0.47.0-bullet-debian.patch b/games-engines/openmw/files/openmw-0.47.0-bullet-debian.patch
deleted file mode 100644
index 3a8486250a8a..000000000000
--- a/games-engines/openmw/files/openmw-0.47.0-bullet-debian.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-This condition makes it link to wrong library on Gentoo Prefix on Debian
---- a/components/CMakeLists.txt
-+++ b/components/CMakeLists.txt
-@@ -246,11 +246,7 @@ target_link_libraries(components
- RecastNavigation::Recast
- )
-
--if (BULLET_USE_DOUBLES AND (UBUNTU_FOUND OR DEBIAN_FOUND) AND OPENMW_USE_SYSTEM_BULLET)
-- target_link_libraries(components BulletCollision-float64 LinearMath-float64)
--else()
- target_link_libraries(components ${BULLET_LIBRARIES})
--endif()
-
- if (WIN32)
- target_link_libraries(components
diff --git a/games-engines/openmw/openmw-9999.ebuild b/games-engines/openmw/openmw-9999.ebuild
index d57328e79fea..7e624ccea45f 100644
--- a/games-engines/openmw/openmw-9999.ebuild
+++ b/games-engines/openmw/openmw-9999.ebuild
@@ -63,7 +63,6 @@ BDEPEND="
PATCHES=(
"${FILESDIR}"/openmw-0.47.0-mygui-license.patch
- "${FILESDIR}"/openmw-0.47.0-bullet-debian.patch
)
src_prepare() {