build-poly2tri-jhasse-repo.patch 1.3 KB

1234567891011121314151617181920212223242526272829
  1. diff --git a/ports/poly2tri/CONTROL b/ports/poly2tri/CONTROL
  2. index 21ed149e3..b295a1fb7 100644
  3. --- a/ports/poly2tri/CONTROL
  4. +++ b/ports/poly2tri/CONTROL
  5. @@ -1,5 +1,5 @@
  6. Source: poly2tri
  7. -Version: 2020-07-21
  8. -Homepage: https://github.com/greenm01/poly2tri
  9. +Version: 2021-05-18
  10. +Homepage: https://github.com/jhasse/poly2tri
  11. Description: The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.
  12. Supports: !uwp
  13. diff --git a/ports/poly2tri/portfile.cmake b/ports/poly2tri/portfile.cmake
  14. index 278e3d8ee..01210ecee 100644
  15. --- a/ports/poly2tri/portfile.cmake
  16. +++ b/ports/poly2tri/portfile.cmake
  17. @@ -4,9 +4,9 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
  18. vcpkg_from_github(
  19. OUT_SOURCE_PATH SOURCE_PATH
  20. - REPO greenm01/poly2tri
  21. - REF 88de49021b6d9bef6faa1bc94ceb3fbd85c3c204
  22. - SHA512 fa256bcf923ad59f42205edf5a7e07cac6cbd9a37cefb9a0961a2e06aea7fa8ffd09d4e26154c0028601c12804483842cb935d9f602385f5f203c9628382c4fb
  23. + REPO jhasse/poly2tri
  24. + REF 7f0487a81124647f0a4037c4706ff414ce9fe22b
  25. + SHA512 1666bca16cef75bd68c8be257f2f1c50155847ab046b3c756da9ea883bbf3139d6292b833f1d6113186accc4bba860270bb261f537744aece35bfee6a611cf5f
  26. HEAD_REF master
  27. )