diff options
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 \ |