vcpkg/ports/pugixml
Wolfgang Stöggl 6a08b7835e
[pugixml] Fix pkgconfig file (#12441)
- Add missing vcpkg_fixup_pkgconfig(), which was detected in
  https://github.com/microsoft/vcpkg/pull/12151
- Fix debug POSTFIX in pugixml.pc file using
  pugixml-v1.10_fix_debug_pkgconfig.patch
  based on upstream: https://github.com/zeux/pugixml/pull/363
  This results in the following contents of pugixml.pc:
  Release:
    Libs: -L${libdir} -lpugixml
  Debug:
    Libs: -L${libdir} -lpugixml_d
2020-07-15 15:17:32 -07:00
..
CONTROL [pugixml] Fix pkgconfig file (#12441) 2020-07-15 15:17:32 -07:00
portfile.cmake [pugixml] Fix pkgconfig file (#12441) 2020-07-15 15:17:32 -07:00
pugixml-v1.10_fix_debug_pkgconfig.patch [pugixml] Fix pkgconfig file (#12441) 2020-07-15 15:17:32 -07:00