From 6750e477b69f6fc235dfa74f36a1e858d814848c Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Sat, 16 Jul 2011 05:21:43 +0000 Subject: [PATCH] Mark as broken on sparc64: does not link. --- archivers/pxz/Makefile | 4 ++++ devel/libzrtp/Makefile | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile index 3984f93fce38..9c20ad171e0f 100644 --- a/archivers/pxz/Makefile +++ b/archivers/pxz/Makefile @@ -35,6 +35,10 @@ LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV+= LDFLAGS="${LDFLAGS}" .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not link on sparc64 +.endif + post-patch: @${REINPLACE_CMD} -e 's/CC=.*/CC:=$${CC}/g' ${WRKSRC}/Makefile diff --git a/devel/libzrtp/Makefile b/devel/libzrtp/Makefile index ae126a015ebb..10d8e6c3be11 100644 --- a/devel/libzrtp/Makefile +++ b/devel/libzrtp/Makefile @@ -27,6 +27,10 @@ RESTRICTED= Forbidden by license .include +.if ${ARCH} == "sparc64" +BROKEN= Does not link on sparc64 +.endif + # Check for sources .if !exists(${DISTDIR}/${DISTFILES}) DISTFILE_INSTRUCTIONS=\n\