diff options
| -rw-r--r-- | ports/opus/CONTROL | 2 | ||||
| -rw-r--r-- | ports/opus/portfile.cmake | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/opus/CONTROL b/ports/opus/CONTROL index 1576fd3c9..924e0dd83 100644 --- a/ports/opus/CONTROL +++ b/ports/opus/CONTROL @@ -1,6 +1,6 @@ Source: opus Version: 1.3.1 -Port-Version: 4 +Port-Version: 5 Homepage: https://github.com/xiph/opus Description: Totally open, royalty-free, highly versatile audio codec diff --git a/ports/opus/portfile.cmake b/ports/opus/portfile.cmake index 4102542c1..b2e1e3807 100644 --- a/ports/opus/portfile.cmake +++ b/ports/opus/portfile.cmake @@ -30,7 +30,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/Opus) vcpkg_copy_pdbs() -vcpkg_fixup_pkgconfig() +vcpkg_fixup_pkgconfig(SYSTEM_LIBRARIES m) file(INSTALL ${SOURCE_PATH}/COPYING |
