summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-05 14:31:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-05 14:31:55 +0100
commit2dce31f1a72ec75a8b10ca84c941412632f49f6d (patch)
tree8e521f3b4fce714d2ae2ee092993c0b3d7c48d01 /media-gfx/exiv2/files
parentnet-print/hplip: Explicit install new hpps filter implementation in C (diff)
downloadgentoo-2dce31f1a72ec75a8b10ca84c941412632f49f6d.tar.gz
gentoo-2dce31f1a72ec75a8b10ca84c941412632f49f6d.tar.bz2
gentoo-2dce31f1a72ec75a8b10ca84c941412632f49f6d.zip
media-gfx/exiv2: Fix exiv2-0.26-tools-optional.patch
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'media-gfx/exiv2/files')
-rw-r--r--media-gfx/exiv2/files/exiv2-0.26-tools-optional.patch4
1 files 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 36920cd0dc49..686b37ff8b60 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 )
# ******************************************************************************