Ports/SDL_sound: Update formatting to be consistent with other ports
This commit is contained in:
parent
354d2ccc3c
commit
9e5d430fbd
Notes:
sideshowbarker
2024-07-17 00:23:42 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/9e5d430fbd Pull-request: https://github.com/SerenityOS/serenity/pull/20710 Reviewed-by: https://github.com/timschumi ✅
1 changed files with 10 additions and 5 deletions
|
@ -3,13 +3,18 @@ port='SDL_sound'
|
|||
version='1.0.3'
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
depends=("sdl12-compat" "libmikmod")
|
||||
depends=(
|
||||
'libmikmod'
|
||||
'sdl12-compat'
|
||||
)
|
||||
files=(
|
||||
"https://www.icculus.org/SDL_sound/downloads/${port}-${version}.tar.gz 3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df"
|
||||
)
|
||||
configopts=(
|
||||
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||
"--enable-ogg=no"
|
||||
"--enable-modplug=no"
|
||||
'--enable-modplug=no'
|
||||
'--enable-ogg=no'
|
||||
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||
)
|
||||
makeopts=(
|
||||
'LDFLAGS=-lm'
|
||||
)
|
||||
makeopts=("LDFLAGS=-lm")
|
||||
|
|
Loading…
Add table
Reference in a new issue