diff options
author | vs <vs@FreeBSD.org> | 2005-01-17 18:07:35 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-01-17 18:07:35 +0800 |
commit | 288ba57347ae7059b2963c4e0fc30777fd5271d7 (patch) | |
tree | 5c3ede6a61f8a63e5f619c5936b4d353899d0c10 | |
parent | 7b9f8174d98838c24abe45e8f405ac42d9a79c45 (diff) | |
download | freebsd-ports-gnome-288ba57347ae7059b2963c4e0fc30777fd5271d7.tar.gz freebsd-ports-gnome-288ba57347ae7059b2963c4e0fc30777fd5271d7.tar.zst freebsd-ports-gnome-288ba57347ae7059b2963c4e0fc30777fd5271d7.zip |
Mark as BROKEN on sparc64
PR: ports/76326
Submitted by: maintainer
Noticed by: kris/pointyhat
-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 05a799f2c0c8..61dff34fa955 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> |