diff options
Diffstat (limited to 'audio/mac/mac.SlackBuild')
-rw-r--r-- | audio/mac/mac.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/mac/mac.SlackBuild b/audio/mac/mac.SlackBuild index 0a377ef314f2..3f9ae1755473 100644 --- a/audio/mac/mac.SlackBuild +++ b/audio/mac/mac.SlackBuild @@ -6,7 +6,7 @@ PRGNAM=mac VERSION=${VERSION:-3.99} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -63,6 +63,9 @@ CXXFLAGS="$SLKCFLAGS" \ --enable-assembly=yes \ --build=$ARCH-slackware-linux +# Patch to fix gcc4 output errors: +patch -p0 < $CWD/gcc4_errors.patch + make make install DESTDIR=$PKG |