diff options
author | vs <vs@FreeBSD.org> | 2005-01-17 10:07:35 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-01-17 10:07:35 +0000 |
commit | 288ba57347ae7059b2963c4e0fc30777fd5271d7 (patch) | |
tree | 5c3ede6a61f8a63e5f619c5936b4d353899d0c10 /editors | |
parent | 7b9f8174d98838c24abe45e8f405ac42d9a79c45 (diff) | |
download | FreeBSD-ports-288ba57347ae7059b2963c4e0fc30777fd5271d7.zip FreeBSD-ports-288ba57347ae7059b2963c4e0fc30777fd5271d7.tar.gz |
Mark as BROKEN on sparc64
PR: ports/76326
Submitted by: maintainer
Noticed by: kris/pointyhat
Diffstat (limited to 'editors')
-rw-r--r-- | editors/lpe/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/lpe/Makefile b/editors/lpe/Makefile index 05a799f..61dff34 100644 --- a/editors/lpe/Makefile +++ b/editors/lpe/Makefile @@ -29,4 +29,10 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE}/include MAN1= lpe.1 MANLANG= "" bg cs de es fr pl ru -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ( ${ARCH} == "sparc64" ) +BROKEN= "Does not compile on sparc64 (dynamic lib issues)" +.endif + +.include <bsd.port.post.mk> |