mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
media-libs/jasper: Fix underlinking detected using ld.gold
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=601070 Package-Manager: portage-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
11
media-libs/jasper/files/jasper-2.0.0-add_libm.patch
Normal file
11
media-libs/jasper/files/jasper-2.0.0-add_libm.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- jasper-2.0.0/src/libjasper/CMakeLists.txt.ori 2016-11-28 13:32:57.245053411 +0100
|
||||
+++ jasper-2.0.0/src/libjasper/CMakeLists.txt 2016-11-28 13:33:24.707547620 +0100
|
||||
@@ -135,6 +135,8 @@
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/include"
|
||||
)
|
||||
|
||||
+target_link_libraries(libjasper m)
|
||||
+
|
||||
if (UNIX)
|
||||
set_target_properties(libjasper PROPERTIES OUTPUT_NAME jasper)
|
||||
endif()
|
||||
@@ -33,12 +33,15 @@ RDEPEND="
|
||||
>=virtual/opengl-7.0-r1:0[${MULTILIB_USEDEP}]
|
||||
>=media-libs/freeglut-2.8.1:0[${MULTILIB_USEDEP}]
|
||||
virtual/glu
|
||||
x11-libs/libXi[${MULTILIB_USEDEP}]
|
||||
x11-libs/libXmu[${MULTILIB_USEDEP}]
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
app-arch/unzip"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${PN}-2.0.0-fix-build-system.patch
|
||||
"${FILESDIR}"/${P}-fix-build-system.patch
|
||||
"${FILESDIR}"/${P}-add_libm.patch
|
||||
)
|
||||
|
||||
multilib_src_configure() {
|
||||
|
||||
Reference in New Issue
Block a user