aboutsummaryrefslogtreecommitdiff
path: root/ports/simage/link-ogg-library.patch
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2021-07-01 22:14:24 +0800
committerGitHub <noreply@github.com>2021-07-01 07:14:24 -0700
commit8e6f6a382e499811b331c43f29c9f75cd2672e15 (patch)
treee507c6aecc221797dd2b3f22143fe8b4a43a2fe4 /ports/simage/link-ogg-library.patch
parent640c439df78158904992c51fcbc46f64da113690 (diff)
downloadvcpkg-8e6f6a382e499811b331c43f29c9f75cd2672e15.tar.gz
vcpkg-8e6f6a382e499811b331c43f29c9f75cd2672e15.zip
[vcpkg baseline][simage] Update to 1.8.1 (#18645)
* [simage] Update to 1.8.1 * Format manifest and update version files * Revert the changes for arm and uwp in ci.baseline.txt * Update versions/s-/simage.json * Update ports/simage/portfile.cmake * Update ports/simage/portfile.cmake * Update ports/simage/portfile.cmake * Update versions/s-/simage.json * Add options to packages * Update versions/s-/simage.json * Update portfile.cmake * Update versions/s-/simage.json * Update portfile.cmake * Update versions/s-/simage.json * [simage] Reorganize all features, add features * Install tool simage-config on non-Windows * fix typo * Add supports field and update ci.baseline.txt * Update versions/s-/simage.json Co-authored-by: Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
Diffstat (limited to 'ports/simage/link-ogg-library.patch')
-rw-r--r--ports/simage/link-ogg-library.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/ports/simage/link-ogg-library.patch b/ports/simage/link-ogg-library.patch
deleted file mode 100644
index 752754411..000000000
--- a/ports/simage/link-ogg-library.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/FindOggVorbis.cmake b/FindOggVorbis.cmake
-index a33e63e..7e2708b 100644
---- a/FindOggVorbis.cmake
-+++ b/FindOggVorbis.cmake
-@@ -28,10 +28,10 @@ mark_as_advanced(
-
- set(
- OGGVORBIS_LIBRARIES
-- ${OGG_LIBRARY}
- ${VORBIS_LIBRARY}
- ${VORBISFILE_LIBRARY}
- ${VORBISENC_LIBRARY}
-+ ${OGG_LIBRARY}
- )
-
- find_package_handle_standard_args(