diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 05:21:43 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2011-07-16 05:21:43 +0000 |
commit | 6750e477b69f6fc235dfa74f36a1e858d814848c (patch) | |
tree | d7f19e54002ded0823f8616ea4b42384d56f5e96 /archivers | |
parent | ee1f35d72b3d7c15c946a90d6c5d18037c50bfa6 (diff) |
Notes
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 |