diff options
author | linimon <linimon@FreeBSD.org> | 2011-11-11 03:44:54 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-11-11 03:44:54 +0000 |
commit | c1c3ac79d0384fc7af77f9d90ddca6920e9cd2bc (patch) | |
tree | 26a17a39dd63f95e761c3ad4f8eeb20c67705f11 | |
parent | 4b94d6f5ac82743331267a06a44aadc6a0dd192d (diff) | |
download | FreeBSD-ports-c1c3ac79d0384fc7af77f9d90ddca6920e9cd2bc.zip FreeBSD-ports-c1c3ac79d0384fc7af77f9d90ddca6920e9cd2bc.tar.gz |
Mark as broken on powerpc: fails to seed RNG.
Hat: portmgr
Feature safe: yes
-rw-r--r-- | net/linphone-base/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/linphone-base/Makefile b/net/linphone-base/Makefile index 9399a80..45f25de 100644 --- a/net/linphone-base/Makefile +++ b/net/linphone-base/Makefile @@ -36,6 +36,10 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> +.if ${ARCH} == "powerpc" +BROKEN= Does not compile on powerpc +.endif + .if defined(WITHOUT_NLS) CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " |