Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/exiv2/files/
Date: Sun, 05 Nov 2017 13:32:08
Message-Id: 1509888715.2dce31f1a72ec75a8b10ca84c941412632f49f6d.asturm@gentoo
1 commit: 2dce31f1a72ec75a8b10ca84c941412632f49f6d
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 5 13:31:28 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 5 13:31:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dce31f1
7
8 media-gfx/exiv2: Fix exiv2-0.26-tools-optional.patch
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch b/media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch
16 index 36920cd0dc4..686b37ff8b6 100644
17 --- a/media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch
18 +++ b/media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch
19 @@ -19,9 +19,9 @@
20 + ADD_EXECUTABLE( exiv2 ${EXIV2_SRC} ${EXIV2_HDR} )
21 target_compile_definitions(exiv2 PRIVATE EXV_LOCALEDIR="${CMAKE_INSTALL_LOCALEDIR}" )
22 -TARGET_LINK_LIBRARIES( exiv2 exiv2lib ${LIBINTL_LIBRARIES} )
23 --INSTALL( TARGETS exiv2 ${INSTALL_TARGET_STANDARD_ARGS} )
24 +-INSTALL( TARGETS exiv2 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
25 + TARGET_LINK_LIBRARIES( exiv2 exiv2lib ${LIBINTL_LIBRARIES} )
26 -+ INSTALL( TARGETS exiv2 ${INSTALL_TARGET_STANDARD_ARGS} )
27 ++ INSTALL( TARGETS exiv2 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
28 +ENDIF( EXIV2_ENABLE_TOOLS )
29
30 # ******************************************************************************