diff options
author | Luis Henrique <lmello.009@gmail.com> | 2010-08-14 16:28:53 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2010-08-14 16:28:53 -0400 |
commit | a1569c54950c8649b2e4b8d2eb8f4fa650aa1c01 (patch) | |
tree | 18cac310e31fa9be02734abc1e3430d0d09f29e1 /audio/mac/mac.SlackBuild | |
parent | 1e7d9434d1850fa700806d198df02ebad3c457d7 (diff) |
audio/mac: Added gcc4 patch.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 |