Skip to content

Commit

Permalink
media-libs/assimp: set CMAKE_DEBUG_POSTFIX to "" so that assimp-confi…
Browse files Browse the repository at this point in the history
…g.cmake does not tell us to link against non existant libassimpd. Bug #571904.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <[email protected]>
  • Loading branch information
aballier committed Jan 19, 2016
1 parent ccee058 commit f11f480
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 @@ -28,7 +28,8 @@ src_configure() {
$(cmake-utils_use_build tools ASSIMP_TOOLS) \
$(cmake-utils_use_build static STATIC_LIB) \
$(cmake-utils_use_enable !boost BOOST_WORKAROUND)
-DCMAKE_DEBUG_POSTFIX=""
)

cmake-utils_src_configure
}
}

0 comments on commit f11f480

Please sign in to comment.