diff options
| author | Kevin Lu <6320810+kevinlul@users.noreply.github.com> | 2020-10-20 15:23:12 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-20 12:23:12 -0700 |
| commit | a4eca5fabc1743e309e75736c6d8a2420f48193d (patch) | |
| tree | 6de202a69379198b863b277b082a92156ff97b69 /ports/pcre2 | |
| parent | 13af628b03dbb5679d00ae81f6f36c3da6aeb743 (diff) | |
| download | vcpkg-a4eca5fabc1743e309e75736c6d8a2420f48193d.tar.gz vcpkg-a4eca5fabc1743e309e75736c6d8a2420f48193d.zip | |
[libgit2] Devendor bundled dependencies and allow choosing SSL backend (#13074)
Diffstat (limited to 'ports/pcre2')
| -rw-r--r-- | ports/pcre2/CONTROL | 2 | ||||
| -rw-r--r-- | ports/pcre2/portfile.cmake | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/ports/pcre2/CONTROL b/ports/pcre2/CONTROL index 75fd95488..ca6c84574 100644 --- a/ports/pcre2/CONTROL +++ b/ports/pcre2/CONTROL @@ -1,5 +1,5 @@ Source: pcre2 Version: 10.35 -Port-Version: 1 +Port-Version: 2 Homepage: https://pcre.org/ Description: PCRE2 is a re-working of the original Perl Compatible Regular Expressions library diff --git a/ports/pcre2/portfile.cmake b/ports/pcre2/portfile.cmake index 3395cccf0..e8ddb6a23 100644 --- a/ports/pcre2/portfile.cmake +++ b/ports/pcre2/portfile.cmake @@ -59,12 +59,6 @@ else() endif() file(WRITE ${CURRENT_PACKAGES_DIR}/include/pcre2.h "${PCRE2_H}") -# don't install POSIX wrapper -file(REMOVE ${CURRENT_PACKAGES_DIR}/include/pcre2posix.h) -file(REMOVE ${CURRENT_PACKAGES_DIR}/lib/pcre2-posix.lib ${CURRENT_PACKAGES_DIR}/debug/lib/pcre2-posixd.lib) -file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/pcre2-posix.dll ${CURRENT_PACKAGES_DIR}/debug/bin/pcre2-posixd.dll) -file(REMOVE ${CURRENT_PACKAGES_DIR}/lib/pkgconfig/libpcre2-posix.pc ${CURRENT_PACKAGES_DIR}/debug/lib/pkgconfig/libpcre2-posix.pc) - vcpkg_fixup_pkgconfig() vcpkg_copy_pdbs() |
