media-libs/assimp: set CMAKE_DEBUG_POSTFIX to "" so that assimp-config.cmake does...
authorAlexis Ballier <aballier@gentoo.org>
Tue, 19 Jan 2016 13:23:52 +0000 (14:23 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 19 Jan 2016 13:48:23 +0000 (14:48 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
media-libs/assimp/assimp-3.2.ebuild

index b0b5989aa4147ebb274f8da1fa29541965256464..246188b241584643952c8844608c59f21f4230de 100644 (file)
@@ -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
+}