diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-07-22 03:05:48 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-22 08:59:46 +0200 |
commit | 9f4ecf6a5f87f2f8eb2401c45d1dff7ca806bba5 (patch) | |
tree | 4b600cf3316a8824740c8b9c7532c0f99b83a8ea /source/l/SDL2_mixer/SDL2_mixer.SlackBuild | |
parent | 445d52ff429e65a921df7dd9b85e8e2153558fb6 (diff) | |
download | current-9f4ecf6a5f87f2f8eb2401c45d1dff7ca806bba5.tar.gz current-9f4ecf6a5f87f2f8eb2401c45d1dff7ca806bba5.tar.xz |
Mon Jul 22 03:05:48 UTC 201920190722030548
l/SDL2_mixer-2.0.4-x86_64-2.txz: Rebuilt.
Recompiled with --enable-music-mp3-mad-gpl. Thanks to pomf.
Diffstat (limited to '')
-rwxr-xr-x | source/l/SDL2_mixer/SDL2_mixer.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/l/SDL2_mixer/SDL2_mixer.SlackBuild b/source/l/SDL2_mixer/SDL2_mixer.SlackBuild index 9b6842727..ee6a975a1 100755 --- a/source/l/SDL2_mixer/SDL2_mixer.SlackBuild +++ b/source/l/SDL2_mixer/SDL2_mixer.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=SDL2_mixer VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then @@ -94,6 +94,7 @@ CFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --disable-static \ --disable-dependency-tracking \ + --enable-music-mp3-mad-gpl \ --build=$ARCH-slackware-linux || exit 1 # Build and install: |