You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/photoqt/files/photoqt-1.7.1-cmake.patch

14 lines
358 B

--- a/CMake/FindExiv2.cmake 2018-06-03 05:21:04.143148857 +0200
+++ b/CMake/FindExiv2.cmake 2018-12-29 22:35:40.770393025 +0100
@@ -13,8 +13,8 @@
"${EXIV2_LOCATION}"
"${EXIV2_LOCATION}/include"
/usr/include
- /usr/include/Exiv2
- /opt/local/include/Exiv2
+ /usr/include/exiv2
+ /opt/local/include/exiv2
)
IF(EXIV2_INCLUDE_DIR)