aboutsummaryrefslogtreecommitdiff
path: root/ports/getdns/ignore_copying.patch
diff options
context:
space:
mode:
authorJim Hague <jim.hague@acm.org>2020-07-07 01:22:17 +0100
committerGitHub <noreply@github.com>2020-07-06 17:22:17 -0700
commite1285b4a280b540c191fed5fbfbcd3626de1fc30 (patch)
tree36e80b1d48a60de19ac96475df789cf0619f469f /ports/getdns/ignore_copying.patch
parent6a41626eaf33d2f3392e06d98a94c630bfc30977 (diff)
downloadvcpkg-e1285b4a280b540c191fed5fbfbcd3626de1fc30.tar.gz
vcpkg-e1285b4a280b540c191fed5fbfbcd3626de1fc30.zip
[getdns] Add new port. (#12090)
* [getdns] Add new port. * Add support for vcpkg static library builds. * Convert libevent and libuv libraries to features. * Use ${PORT} in copyright install. * getdns does not currently support UWP. * Add failing port on UWP to portfile. * Remove optional FEATURES keyword.
Diffstat (limited to 'ports/getdns/ignore_copying.patch')
-rw-r--r--ports/getdns/ignore_copying.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/getdns/ignore_copying.patch b/ports/getdns/ignore_copying.patch
new file mode 100644
index 000000000..87dc5c6d5
--- /dev/null
+++ b/ports/getdns/ignore_copying.patch
@@ -0,0 +1,12 @@
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 10d10b99..fda6fa3c 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1087,6 +1087,6 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/getdns DESTINATION include)
+ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man3 DESTINATION share/man)
+
+ set(docdir share/doc/getdns)
+-install(FILES AUTHORS ChangeLog COPYING LICENSE NEWS README.md DESTINATION ${docdir})
++install(FILES AUTHORS ChangeLog LICENSE NEWS README.md DESTINATION ${docdir})
+ install(FILES spec/index.html DESTINATION ${docdir}/spec)
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/getdns.pc DESTINATION lib/pkgconfig)