diff options
| -rw-r--r-- | ports/folly/CONTROL | 2 | ||||
| -rw-r--r-- | ports/folly/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/folly/CONTROL b/ports/folly/CONTROL index c0714c3fe..302e7a924 100644 --- a/ports/folly/CONTROL +++ b/ports/folly/CONTROL @@ -1,6 +1,6 @@ Source: folly Version: 2019.10.21.00 -Port-Version: 3 +Port-Version: 4 Homepage: https://github.com/facebook/folly Description: An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows Build-Depends: openssl, libevent, double-conversion, glog, gflags, boost-chrono, boost-context, boost-conversion, boost-crc, boost-date-time, boost-filesystem, boost-multi-index, boost-program-options, boost-regex, boost-system, boost-thread, boost-smart-ptr diff --git a/ports/folly/portfile.cmake b/ports/folly/portfile.cmake index b9a2c05f2..3853569d9 100644 --- a/ports/folly/portfile.cmake +++ b/ports/folly/portfile.cmake @@ -90,6 +90,7 @@ FILE(WRITE ${CURRENT_PACKAGES_DIR}/share/folly/folly-config.cmake find_dependency(Threads) find_dependency(glog CONFIG) find_dependency(gflags CONFIG REQUIRED) +find_dependency(ZLIB) ${_contents}") file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) |
