summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-03-26 21:35:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-03-26 21:35:12 +0000
commit04c360730960f7e8a3fa07b446010ef58f9c288d (patch)
treeb302f41a7d56a7eb2484c7d3d7596c71e8047d9a
parentBROKEN on sparc64: Does not build (diff)
BROKEN on !i386 and !amd64: Does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=132015
-rw-r--r--cad/brlcad/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile
index e0032c66e7ab..a0fd945dc7bb 100644
--- a/cad/brlcad/Makefile
+++ b/cad/brlcad/Makefile
@@ -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;' \