summaryrefslogtreecommitdiffstats
path: root/faac
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-06-02 11:52:00 +0000
committer Eric Hameleers <alien@slackware.com>2010-06-02 11:52:00 +0000
commit29f35fc45e3c44d88ac324f17cbaf8ce21fbac0f (patch)
treec081ec85f23866b236c37de0cafabb27032acd24 /faac
parentee9386f416f151e180b346a42010852ace0c37c2 (diff)
downloadasb-29f35fc45e3c44d88ac324f17cbaf8ce21fbac0f.tar.gz
asb-29f35fc45e3c44d88ac324f17cbaf8ce21fbac0f.tar.xz
Needs a patch to compile with Slackware 13.1's gcc/glibc
Diffstat (limited to 'faac')
-rwxr-xr-xfaac/build/faac.SlackBuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/faac/build/faac.SlackBuild b/faac/build/faac.SlackBuild
index 6750dfdc..ed5a63b5 100755
--- a/faac/build/faac.SlackBuild
+++ b/faac/build/faac.SlackBuild
@@ -144,6 +144,11 @@ cd $TMP/tmp-$PRGNAM
echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
+
+# Newer gcc/glibc will bail out otherwise:
+cat $SRCDIR/faac_gcc44.diff | patch -p1 --verbose \
+ 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
+
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .