Ports: Set config.sub
path for SDL2_mixer
This path needs to be set, or otherwise SDL2_mixer will not build.
This commit is contained in:
parent
07faa6f670
commit
f7de7501d4
Notes:
sideshowbarker
2024-07-17 20:30:44 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/f7de7501d48 Pull-request: https://github.com/SerenityOS/serenity/pull/12052
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ port=SDL2_mixer
|
|||
version=2.0.4
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_path=build-scripts/config.sub
|
||||
files="https://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-${version}.tar.gz SDL2_mixer-${version}.tar.gz b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419"
|
||||
auth_type=sha256
|
||||
depends=("libmodplug" "libvorbis" "SDL2")
|
||||
|
|
Loading…
Add table
Reference in a new issue