ports/contrib (3.4): sdl2_mixer: Force bash as shell for configure
commit 5fe49b04e33799f636bb927a55886bca7ae8f4dc Author: Predrag Ivanović <predivan@mts.rs> Date: Wed Jan 30 00:48:13 2019 +0100 sdl2_mixer: Force bash as shell for configure diff --git a/sdl2_mixer/.signature b/sdl2_mixer/.signature index 76ba1118..a21686b2 100644 --- a/sdl2_mixer/.signature +++ b/sdl2_mixer/.signature @@ -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 diff --git a/sdl2_mixer/Pkgfile b/sdl2_mixer/Pkgfile index 18133d46..f689158b 100644 --- a/sdl2_mixer/Pkgfile +++ b/sdl2_mixer/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu