openbsd-ports/geo/qgis/patches/patch-cmake_FindQCA_cmake
landry 6994cc2635 Add patch to ensure we include QtCrypto from qca-qt5 even if qca is
installed. Should fix a build issue reported by naddy@.
While here add another patch to ensure qca-ossl is properly detected
during configure.
2018-04-20 20:52:39 +00:00

15 lines
487 B
Plaintext

$OpenBSD: patch-cmake_FindQCA_cmake,v 1.1 2018/04/20 20:52:39 landry Exp $
Index: cmake/FindQCA.cmake
--- cmake/FindQCA.cmake.orig
+++ cmake/FindQCA.cmake
@@ -44,7 +44,7 @@ else(QCA_INCLUDE_DIR AND QCA_LIBRARY)
"$ENV{LIB_DIR}/include"
$ENV{INCLUDE}
/usr/local/include
- PATH_SUFFIXES QtCrypto qt5/QtCrypto Qca-qt5/QtCrypto qt/Qca-qt5/QtCrypto
+ PATH_SUFFIXES qt5/QtCrypto Qca-qt5/QtCrypto qt/Qca-qt5/QtCrypto
)
if(QCA_LIBRARY AND QCA_INCLUDE_DIR)