Index: head/net-p2p/qbittorrent/files/patch-src_CMakeLists.txt =================================================================== --- head/net-p2p/qbittorrent/files/patch-src_CMakeLists.txt (nonexistent) +++ head/net-p2p/qbittorrent/files/patch-src_CMakeLists.txt (revision 563554) @@ -0,0 +1,13 @@ +- Because some systems have version lower than required minZlibVersion=1.2.11 + +--- src/CMakeLists.txt.orig 2021-02-01 07:32:36 UTC ++++ src/CMakeLists.txt +@@ -34,7 +34,7 @@ endif() + set_property(CACHE LibtorrentRasterbar_DIR PROPERTY TYPE PATH) + find_package(Boost ${minBoostVersion} REQUIRED) + find_package(OpenSSL ${minOpenSSLVersion} REQUIRED) +-find_package(ZLIB ${minZlibVersion} REQUIRED) ++find_package(ZLIB REQUIRED) + find_package(Qt5 ${minQtVersion} REQUIRED COMPONENTS Core Network Xml LinguistTools) + if (DBUS) + find_package(Qt5 ${minQtVersion} REQUIRED COMPONENTS DBus) Property changes on: head/net-p2p/qbittorrent/files/patch-src_CMakeLists.txt ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property