summaryrefslogtreecommitdiff
path: root/games-engines/openmw/files/openmw-0.47.0-bullet-debian.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-07 01:33:16 +0100
commitc8fd0d84af0bfd1949542adc2cbb735b1d28f9ed (patch)
tree3ee550255947da075650f1a551dcc278f9a1b7f8 /games-engines/openmw/files/openmw-0.47.0-bullet-debian.patch
parenta978c074e4272bb901fbe4a10de0a7b2af574f17 (diff)
gentoo resync : 07.05.2021
Diffstat (limited to 'games-engines/openmw/files/openmw-0.47.0-bullet-debian.patch')
-rw-r--r--games-engines/openmw/files/openmw-0.47.0-bullet-debian.patch15
1 files changed, 0 insertions, 15 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