diff options
| author | evpobr <evpobr@gmail.com> | 2020-04-09 11:07:05 +0500 |
|---|---|---|
| committer | evpobr <evpobr@gmail.com> | 2020-04-10 13:52:40 +0500 |
| commit | e73ad47065cfc538a2e2b149c8beceddf4b3cb92 (patch) | |
| tree | 96da566c6d512d870aa9ed3119b1110658322154 /ports/libvorbis/ogg.patch | |
| parent | 0304c453157e05b52b04039602a806564bd011c2 (diff) | |
| download | vcpkg-e73ad47065cfc538a2e2b149c8beceddf4b3cb92.tar.gz vcpkg-e73ad47065cfc538a2e2b149c8beceddf4b3cb92.zip | |
[libvorbis] Update to 1.3.6-4d963fe
* Use latest upsteam
* Support config mode (upstream)
* Remove patch 0002 (merged to upstream)
* Remove `ogg.patch` (not needed)
Diffstat (limited to 'ports/libvorbis/ogg.patch')
| -rw-r--r-- | ports/libvorbis/ogg.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ports/libvorbis/ogg.patch b/ports/libvorbis/ogg.patch deleted file mode 100644 index 323e2c7e2..000000000 --- a/ports/libvorbis/ogg.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index bbc045ba..a23630f5 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -57,10 +57,10 @@ if(NOT OGG_ROOT) - find_package(PkgConfig QUIET) - pkg_check_modules(PC_OGG QUIET ogg) - find_path(OGG_INCLUDE_DIRS NAMES ogg/ogg.h HINTS ${PC_OGG_INCLUDE_DIRS} PATH_SUFFIXES ogg) -- find_library(OGG_LIBRARIES NAMES ogg HINTS ${PC_OGG_LIBRARY_DIRS}) -+ find_library(OGG_LIBRARIES NAMES ogg libogg HINTS ${PC_OGG_LIBRARY_DIRS}) - else() - find_path(OGG_INCLUDE_DIRS NAMES ogg/ogg.h HINTS ${OGG_ROOT}/include PATH_SUFFIXES ogg) -- find_library(OGG_LIBRARIES NAMES ogg HINTS ${OGG_ROOT}/lib ${OGG_ROOT}/lib64) -+ find_library(OGG_LIBRARIES NAMES ogg libogg HINTS ${OGG_ROOT}/lib ${OGG_ROOT}/lib64) - endif() - include(FindPackageHandleStandardArgs) - find_package_handle_standard_args(OGG DEFAULT_MSG OGG_INCLUDE_DIRS OGG_LIBRARIES) |
