games-engines/openmw: remove openmw-0.47.0-bullet-debian.patch

e3a6cb1695
includes it

Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Alexey Sokolov 2021-05-05 17:02:29 +00:00 committed by Joonas Niilola
parent c1911b70f8
commit 6760152766
No known key found for this signature in database
GPG Key ID: 7383942B8DC06962
2 changed files with 0 additions and 16 deletions

View File

@ -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

View File

@ -63,7 +63,6 @@ BDEPEND="
PATCHES=(
"${FILESDIR}"/openmw-0.47.0-mygui-license.patch
"${FILESDIR}"/openmw-0.47.0-bullet-debian.patch
)
src_prepare() {