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:
Justin Lecher
2016-12-03 12:54:04 +01:00
parent 41d064a9dc
commit 1b1bbaacd2
2 changed files with 15 additions and 1 deletions

View 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()

View File

@@ -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() {