diff options
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pxz/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |