BROKEN on amd64: Configure fails

This commit is contained in:
Kris Kennaway 2004-03-14 01:24:28 +00:00
parent 70ae3a4e94
commit dea564204a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103926

View File

@ -22,6 +22,12 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-suffix=53
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= "Configure fails on amd64"
.endif
pre-configure:
cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo
@ -34,4 +40,4 @@ cklatest:
ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \
| ${GREP} gdb+dejagnu-weekly
.include <bsd.port.mk>
.include <bsd.port.post.mk>