diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-08 06:55:02 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-15 07:17:58 +0700 |
commit | 14bf269941eb5e627765cef84280d89520cfe6c1 (patch) | |
tree | 258ec766e350fef9161854cf4720f3ae6bcebab4 /games/alephone/alephone.SlackBuild | |
parent | ce82387125be27158cd3aed6f5e403847ced9b51 (diff) | |
download | slackbuilds-14bf269941eb5e627765cef84280d89520cfe6c1.tar.gz |
games/alephone: Patched to fix build with ffmpeg 3.x.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/alephone/alephone.SlackBuild')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |