commit: 2dce31f1a72ec75a8b10ca84c941412632f49f6d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 5 13:31:28 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Nov 5 13:31:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dce31f1
media-gfx/exiv2: Fix exiv2-0.26-tools-optional.patch
Package-Manager: Portage-2.3.13, Repoman-2.3.4
media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch
b/media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch
index 36920cd0dc4..686b37ff8b6 100644
--- a/media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch
+++ b/media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch
@@ -19,9 +19,9 @@
+ ADD_EXECUTABLE( exiv2 ${EXIV2_SRC} ${EXIV2_HDR} )
target_compile_definitions(exiv2 PRIVATE
EXV_LOCALEDIR="${CMAKE_INSTALL_LOCALEDIR}" )
-TARGET_LINK_LIBRARIES( exiv2 exiv2lib ${LIBINTL_LIBRARIES} )
--INSTALL( TARGETS exiv2 ${INSTALL_TARGET_STANDARD_ARGS} )
+-INSTALL( TARGETS exiv2 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
+ TARGET_LINK_LIBRARIES( exiv2 exiv2lib ${LIBINTL_LIBRARIES} )
-+ INSTALL( TARGETS exiv2 ${INSTALL_TARGET_STANDARD_ARGS} )
++ INSTALL( TARGETS exiv2 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
+ENDIF( EXIV2_ENABLE_TOOLS )
#
******************************************************************************