1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:27:45 +00:00

Ports: fix libvorbis installtion prefix

This commit is contained in:
Alexander 2021-04-04 13:26:42 +02:00 committed by Andreas Kling
parent 76f63c2980
commit 8e4e640717

View file

@ -2,6 +2,5 @@
port=libvorbis port=libvorbis
version=1.3.7 version=1.3.7
useconfigure=true 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" files="https://github.com/xiph/vorbis/releases/download/v${version}/libvorbis-${version}.tar.gz libvorbis-${version}.tar.gz"
depends=libogg depends=libogg