diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-15 14:15:20 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-18 08:39:50 +0700 |
commit | 2926aed4ac2e3d42122eb77655fe6ce29ebabda9 (patch) | |
tree | 31b36c5cc7af6204ce40962cadbc960be94d0dc8 /games/alephone | |
parent | 8a864228175cea64cb07136ca5509b35483cd61b (diff) | |
download | slackbuilds-2926aed4ac2e3d42122eb77655fe6ce29ebabda9.tar.gz |
games/alephone: Fix build without ffmpeg.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/alephone.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/alephone/alephone.SlackBuild b/games/alephone/alephone.SlackBuild index ef02dec056..bcbd1d4ef8 100644 --- a/games/alephone/alephone.SlackBuild +++ b/games/alephone/alephone.SlackBuild @@ -60,7 +60,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -[ "${FFMPEG:-yes}" = "no" ] && EXTRAOPT=--disable-ffmpeg +[ "${FFMPEG:-yes}" = "no" ] && EXTRAOPT=--without-ffmpeg patch -Np1 < $CWD/ffmpeg3.patch |