diff options
author | Juergen Daubert <jue@jue.li> | 2019-01-08 17:44:49 +0100 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2019-01-08 17:44:49 +0100 |
commit | 5a3b8525742ae4d4769045442e11e01b6135121b (patch) | |
tree | b6e4bc65905d863b29f50a9bac62a5326bb8a1b5 /libsdl2 | |
parent | 3801748fa5a4553c9dfcdc444c58b3ecfb2abbf5 (diff) | |
download | opt-5a3b8525742ae4d4769045442e11e01b6135121b.tar.gz opt-5a3b8525742ae4d4769045442e11e01b6135121b.tar.xz |
libsdl2: use bash as CONFIG_SHELL
Diffstat (limited to 'libsdl2')
-rw-r--r-- | libsdl2/.signature | 4 | ||||
-rw-r--r-- | libsdl2/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libsdl2/.signature b/libsdl2/.signature index fdd8e438d..2f9cad78b 100644 --- a/libsdl2/.signature +++ b/libsdl2/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/Zj+n0EkHHjup6A7SR6DToxnkdRkPNFfP01yGcChT5cStZ+N0h8uSIZIwkLN3IkGDtmvQWCus4As/GH7ZcMmwgw= -SHA256 (Pkgfile) = fdd91e0643f5eda1fc66519d79fe79f25e850b362a58331c44ea7f52a266b4b8 +RWSE3ohX2g5d/bPFQQpUO1XXhD6jsFX179JPm3dHhBoCo6xKnWj/494Fikahwj1DZa5UeZZ4/oOPvwCrS5+3Ku6wfYtstrymJgk= +SHA256 (Pkgfile) = 37492a0d4f41ef852f362230ff8b02bc7aa23f8b0e52903bedcac1415bf934e8 SHA256 (.footprint) = 43aba312472daa8743bd3e5ceb71432725d5dc1326193a72761a6ab392e9f2b7 SHA256 (SDL2-2.0.9.tar.gz) = 255186dc676ecd0c1dbf10ec8a2cc5d6869b5079d8a38194c2aecdff54b324b1 diff --git a/libsdl2/Pkgfile b/libsdl2/Pkgfile index 695cffef1..9cea9ba49 100644 --- a/libsdl2/Pkgfile +++ b/libsdl2/Pkgfile @@ -10,7 +10,7 @@ source=(http://www.libsdl.org/release/SDL2-$version.tar.gz) build () { cd SDL2-$version - ./configure --prefix=/usr + CONFIG_SHELL=/bin/bash ./configure --prefix=/usr make make DESTDIR=$PKG install } |