diff options
| author | Lyle Tafoya <lyle.tafoya@gmail.com> | 2018-10-12 04:12:10 +0000 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-11 21:12:10 -0700 |
| commit | adcf87465f11421a0dc4edad5ee6befbf28c2372 (patch) | |
| tree | 4672f05ce14b792932c5e7f58776253d3f66e51e /ports/libvorbis/CONTROL | |
| parent | 4ff1f5022194e650e12fa5703f51f81cc3bfef6a (diff) | |
| download | vcpkg-adcf87465f11421a0dc4edad5ee6befbf28c2372.tar.gz vcpkg-adcf87465f11421a0dc4edad5ee6befbf28c2372.zip | |
Fixes #4422 dynamic build failure on Linux (#4423)
* Fixes #4422 dynamic build failure on Linux
* [libvorbis] Adapt to modern best practices. Test for files instead of using the platform.
Diffstat (limited to 'ports/libvorbis/CONTROL')
| -rw-r--r-- | ports/libvorbis/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libvorbis/CONTROL b/ports/libvorbis/CONTROL index 96b9ed8df..355d89e80 100644 --- a/ports/libvorbis/CONTROL +++ b/ports/libvorbis/CONTROL @@ -1,4 +1,4 @@ Source: libvorbis -Version: 1.3.6-112d3bd +Version: 1.3.6-112d3bd-1 Description: Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format. Build-Depends: libogg |
