You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libmikmod/files/3.2.0/010_all_altivec.patch

14 lines
257 B

http://bugs.gentoo.org/show_bug.cgi?id=445556#c2
--- configure.in
+++ configure.in
@@ -724,7 +724,7 @@
;;
Linux)
dnl force_cpusubtype_ALL not allowed for Linux as
- CFLAGS="$CFLAGS -faltivec"
+ CFLAGS="$CFLAGS -maltivec"
;;
esac
fi