Skip to content

Commit

Permalink
media-libs/assimp: set proper ASSIMP_LIB_INSTALL_DIR to fix multilib-…
Browse files Browse the repository at this point in the history
…strict failures.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Jan 19, 2016
1 parent f11f480 commit ed191af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-libs/assimp/assimp-3.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

inherit cmake-utils versionator
inherit cmake-utils versionator multilib

DESCRIPTION="Importer library to import assets from 3D files"
HOMEPAGE="https://github.com/assimp/assimp"
Expand All @@ -29,6 +29,7 @@ src_configure() {
$(cmake-utils_use_build static STATIC_LIB) \
$(cmake-utils_use_enable !boost BOOST_WORKAROUND)
-DCMAKE_DEBUG_POSTFIX=""
-DASSIMP_LIB_INSTALL_DIR="${EPREFIX}/usr/$(get_libdir)/"
)

cmake-utils_src_configure
Expand Down

0 comments on commit ed191af

Please sign in to comment.