commit:     f11f48048a90f7fdb752f5a4e03d5b5b4764d752
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 13:23:52 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 13:48:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11f4804

media-libs/assimp: set CMAKE_DEBUG_POSTFIX to "" so that assimp-config.cmake 
does not tell us to link against non existant libassimpd. Bug #571904.

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 media-libs/assimp/assimp-3.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-libs/assimp/assimp-3.2.ebuild 
b/media-libs/assimp/assimp-3.2.ebuild
index b0b5989..246188b 100644
--- a/media-libs/assimp/assimp-3.2.ebuild
+++ b/media-libs/assimp/assimp-3.2.ebuild
@@ -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
-}
\ No newline at end of file
+}

Reply via email to