1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Mark as BROKEN on sparc64

PR:		ports/76326
Submitted by:	maintainer
Noticed by:	kris/pointyhat
This commit is contained in:
Volker Stolz 2005-01-17 10:07:35 +00:00
parent de1395602e
commit f6bfeb0a88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=126636

View File

@ -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>