Package-Manager: Portage-2.3.3, Repoman-2.3.1
--- /dev/null
+--- libilbc-2.0.2/typedefs.h
++++ libilbc-2.0.2/typedefs.h
+@@ -47,6 +47,13 @@
+ #elif defined(__pnacl__)
+ #define WEBRTC_ARCH_32_BITS
+ #define WEBRTC_ARCH_LITTLE_ENDIAN
++#elif defined(__PPC__)
++#define WEBRTC_ARCH_BIG_ENDIAN
++#if defined(__PPC64__)
++#define WEBRTC_ARCH_64_BITS
++#else
++#define WEBRTC_ARCH_32_BITS
++#endif
+ #else
+ #error Please add support for your architecture in typedefs.h
+ #endif
IUSE="static-libs"
src_prepare() {
+ epatch "${FILESDIR}"/${PN}-2.0.2-ppc_ppc64.patch
[[ ${PV} == *9999 ]] && eautoreconf
autotools-multilib_src_prepare
}
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
IUSE="static-libs"
src_prepare() {
+ epatch "${FILESDIR}"/${PN}-2.0.2-ppc_ppc64.patch
[[ ${PV} == *9999 ]] && eautoreconf
autotools-multilib_src_prepare
}