fix libtwin compile on non-powerpc devices
[openwrt/svn-archive/archive.git] / libs / libtwin / patches / 100-compile_fix.patch
1 --- a/libtwin/twin_feature.c
2 +++ b/libtwin/twin_feature.c
3 @@ -55,7 +55,7 @@
4 }
5
6 #else
7 -#define _twin_have_altivec()
8 +#define _twin_have_altivec() 0
9 #endif /* HAVE_ALTIVEC */
10
11 int twin_has_feature(unsigned int feature)