From 55feb1e92e72dc37b6364994166a1e3ab60d70ab Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 22 Dec 2008 14:55:24 +0000 Subject: [PATCH] fix libtwin compile on non-powerpc devices git-svn-id: svn://svn.openwrt.org/openwrt/packages@13717 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libtwin/patches/100-compile_fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libs/libtwin/patches/100-compile_fix.patch diff --git a/libs/libtwin/patches/100-compile_fix.patch b/libs/libtwin/patches/100-compile_fix.patch new file mode 100644 index 000000000..dd9f9f839 --- /dev/null +++ b/libs/libtwin/patches/100-compile_fix.patch @@ -0,0 +1,11 @@ +--- a/libtwin/twin_feature.c ++++ b/libtwin/twin_feature.c +@@ -55,7 +55,7 @@ + } + + #else +-#define _twin_have_altivec() ++#define _twin_have_altivec() 0 + #endif /* HAVE_ALTIVEC */ + + int twin_has_feature(unsigned int feature) -- 2.11.0