1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

BROKEN on !i386 and !amd64: Does not compile

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-03-26 21:35:12 +00:00
parent 3b04dadb88
commit 04c3607309
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=132015

View File

@ -204,6 +204,10 @@ LDFLAGS+= ${PTHREAD_LIBS}
BROKEN= "Does not compile on FreeBSD-${OSREL}"
.endif
.if ${ARCH} != "i386" && ${ARCH} != "amd64"
BROKEN= "Does not compile on !i386 and !amd64"
.endif
pre-install:
${CP} ${FILESDIR}/mged.sh ${WRKSRC}
${REINPLACE_CMD} -e 's+%%BRLCAD_ROOT%%+${PREFIX}+g;' \