Index: head/net/libilbc/Makefile =================================================================== --- head/net/libilbc/Makefile (revision 459634) +++ head/net/libilbc/Makefile (revision 459635) @@ -1,25 +1,22 @@ # $FreeBSD$ PORTNAME= libilbc DISTVERSIONPREFIX= v DISTVERSION= 2.0.2 CATEGORIES= net MAINTAINER= ports@FreeBSD.org COMMENT= Internet Low Bit Rate codec (RFC3951) LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -NOT_FOR_ARCHS= powerpc64 sparc64 -NOT_FOR_ARCHS_REASON= not yet ported to this architecture - CONFLICTS= ilbc-r[0-9]* USE_GITHUB= yes GH_ACCOUNT= TimothyGu USES= cmake pathfix USE_LDCONFIG= yes .include Index: head/net/libilbc/files/patch-typedefs.h =================================================================== --- head/net/libilbc/files/patch-typedefs.h (nonexistent) +++ head/net/libilbc/files/patch-typedefs.h (revision 459635) @@ -0,0 +1,15 @@ +--- typedefs.h.orig 2014-12-14 19:34:22 UTC ++++ typedefs.h +@@ -26,6 +26,12 @@ + #elif defined(__aarch64__) + #define WEBRTC_ARCH_64_BITS + #define WEBRTC_ARCH_LITTLE_ENDIAN ++#elif defined(__powerpc64__) || defined(__sparc64__) ++#define WEBRTC_ARCH_64_BITS ++#define WEBRTC_ARCH_BIG_ENDIAN ++#elif defined(__powerpc__) ++#define WEBRTC_ARCH_32_BITS ++#define WEBRTC_ARCH_BIG_ENDIAN + #elif defined(_M_IX86) || defined(__i386__) + #define WEBRTC_ARCH_X86_FAMILY + #define WEBRTC_ARCH_X86 Property changes on: head/net/libilbc/files/patch-typedefs.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property