1
0
forked from ports/contrib

sdl2_mixer: Force bash as shell for configure

This commit is contained in:
Predrag Ivanović 2019-01-30 00:48:13 +01:00
parent ac09fd630d
commit 5fe49b04e3
2 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37SycwymtqDnp5ptUj+RfWanUPb+nI31fYOap25Vx5whMgDqdMhGbGRfnPvYX6FuS2PJApCTdGg+hvQwNV3yVAc=
SHA256 (Pkgfile) = 4f11bd8ea62fadefbed303faca2e4a9e91474905d69fc16aa69d76a68c3ea60b
RWSagIOpLGJF36GyiEKtnt2Daj/rNuTT6gqDU5ZhOjcIqzf35MVJwlFyrfCyIOG4ACyNkwmq7D/FRe8hZRjEyEM1pfev7L/YewU=
SHA256 (Pkgfile) = 8d73f7936c4aa7d2623336f27302f47d67baed138db5afafb31f8d83d7ea8e9a
SHA256 (.footprint) = 14206fdd386fa67eeddeab43cc417607792eeeb3a9d3b13b5df2819fa3892aed
SHA256 (SDL2_mixer-2.0.4.tar.gz) = b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419

View File

@ -5,13 +5,14 @@
name=sdl2_mixer
version=2.0.4
release=1
release=2
source=(http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$version.tar.gz)
build() {
cd SDL2_mixer-$version
./configure --prefix=/usr \
--disable-static
CONFIG_SHELL=/bin/bash ./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}