diff options
author | Andrew Manison <amanison@anselsystems.com> | 2010-05-26 23:09:04 +0000 |
---|---|---|
committer | Andrew Manison <amanison@anselsystems.com> | 2010-05-26 23:09:04 +0000 |
commit | 9fddb4d5b41c0b5e69d5ee138297e95eff290302 (patch) | |
tree | b353402b4af0ac5b912dc78ca7d996c397b8e2e3 /main/mplayer/liba52_gcc_bug.patch | |
parent | ccf26410d30adc8c1934dd553687157ed6e31d69 (diff) | |
parent | 8c1128e93e03012dabadb9a3f723dbd20eb60cd4 (diff) | |
download | aports-9fddb4d5b41c0b5e69d5ee138297e95eff290302.tar.bz2 aports-9fddb4d5b41c0b5e69d5ee138297e95eff290302.tar.xz |
Merged from Alpine main repository.
Merge
Conflicts:
main/abuild/APKBUILD
main/cramfs/APKBUILD
main/curl/APKBUILD
main/dialog/APKBUILD
main/libconfig/APKBUILD
main/snort/APKBUILD
main/syslinux/APKBUILD
Diffstat (limited to 'main/mplayer/liba52_gcc_bug.patch')
-rw-r--r-- | main/mplayer/liba52_gcc_bug.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/mplayer/liba52_gcc_bug.patch b/main/mplayer/liba52_gcc_bug.patch new file mode 100644 index 000000000..c0d42f876 --- /dev/null +++ b/main/mplayer/liba52_gcc_bug.patch @@ -0,0 +1,10 @@ +--- mplayer/configure.old 2009-04-16 12:02:10.000000000 +0200 ++++ mplayer/configure 2009-05-22 15:23:38.000000000 +0200 +@@ -6410,6 +6410,7 @@ + def_liba52='#undef CONFIG_LIBA52' + def_liba52_internal="#undef CONFIG_LIBA52_INTERNAL" + if test "$_liba52_internal" = yes ; then ++ test "$cc_vendor" = gnu && test "$cc_version" = 4.4.0 && CFLAGS=$(echo $CFLAGS|sed "s/ *-O4 */ -O2 /") + _liba52=yes + def_liba52_internal="#define CONFIG_LIBA52_INTERNAL 1" + _res_comment="internal" |