mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Ports/SDL_sound: Update formatting to be consistent with other ports
This commit is contained in:
parent
354d2ccc3c
commit
9e5d430fbd
1 changed files with 10 additions and 5 deletions
|
@ -3,13 +3,18 @@ port='SDL_sound'
|
||||||
version='1.0.3'
|
version='1.0.3'
|
||||||
useconfigure='true'
|
useconfigure='true'
|
||||||
use_fresh_config_sub='true'
|
use_fresh_config_sub='true'
|
||||||
depends=("sdl12-compat" "libmikmod")
|
depends=(
|
||||||
|
'libmikmod'
|
||||||
|
'sdl12-compat'
|
||||||
|
)
|
||||||
files=(
|
files=(
|
||||||
"https://www.icculus.org/SDL_sound/downloads/${port}-${version}.tar.gz 3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df"
|
"https://www.icculus.org/SDL_sound/downloads/${port}-${version}.tar.gz 3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df"
|
||||||
)
|
)
|
||||||
configopts=(
|
configopts=(
|
||||||
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
'--enable-modplug=no'
|
||||||
"--enable-ogg=no"
|
'--enable-ogg=no'
|
||||||
"--enable-modplug=no"
|
"--with-sdl-prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||||
|
)
|
||||||
|
makeopts=(
|
||||||
|
'LDFLAGS=-lm'
|
||||||
)
|
)
|
||||||
makeopts=("LDFLAGS=-lm")
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue