From 9f4ecf6a5f87f2f8eb2401c45d1dff7ca806bba5 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 22 Jul 2019 03:05:48 +0000 Subject: Mon Jul 22 03:05:48 UTC 2019 l/SDL2_mixer-2.0.4-x86_64-2.txz: Rebuilt. Recompiled with --enable-music-mp3-mad-gpl. Thanks to pomf. --- source/l/SDL2_mixer/SDL2_mixer.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/l/SDL2_mixer/SDL2_mixer.SlackBuild') 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: -- cgit v1.2.3-65-gdbad