mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 17:00:37 +00:00
Ports: fix libvorbis installtion prefix
This commit is contained in:
parent
76f63c2980
commit
8e4e640717
Notes:
sideshowbarker
2024-07-18 20:50:14 +09:00
Author: https://github.com/ElectrodeYT Commit: https://github.com/SerenityOS/serenity/commit/8e4e640717c Pull-request: https://github.com/SerenityOS/serenity/pull/6112
1 changed files with 0 additions and 1 deletions
|
@ -2,6 +2,5 @@
|
|||
port=libvorbis
|
||||
version=1.3.7
|
||||
useconfigure=true
|
||||
configopts="--prefix=${SERENITY_BUILD_DIR}/Root/usr/local"
|
||||
files="https://github.com/xiph/vorbis/releases/download/v${version}/libvorbis-${version}.tar.gz libvorbis-${version}.tar.gz"
|
||||
depends=libogg
|
||||
|
|
Loading…
Reference in a new issue