From 14bf269941eb5e627765cef84280d89520cfe6c1 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 8 Apr 2017 06:55:02 +0700 Subject: games/alephone: Patched to fix build with ffmpeg 3.x. Signed-off-by: Willy Sudiarto Raharjo --- games/alephone/alephone.SlackBuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/alephone/alephone.SlackBuild') diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index 2edde59e43..ef02dec056 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -13,7 +13,7 @@ PRGNAM=alephone VERSION=${VERSION:-20150620} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -62,6 +62,8 @@ find -L . \ [ "${FFMPEG:-yes}" = "no" ] && EXTRAOPT=--disable-ffmpeg +patch -Np1 < $CWD/ffmpeg3.patch + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS -fpermissive" \ ./configure \ -- cgit v1.2.3