aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-27 05:35:12 +0800
committerkris <kris@FreeBSD.org>2005-03-27 05:35:12 +0800
commitcf788fb157e2d0b1065ce63a2e7cb3bc172b595c (patch)
treeb28c64763d7e2bdfbddbd275a3c917e6b790d995 /cad
parent13cab0249123880b75bba92c36611c1171ab5a8b (diff)
downloadfreebsd-ports-gnome-cf788fb157e2d0b1065ce63a2e7cb3bc172b595c.tar.gz
freebsd-ports-gnome-cf788fb157e2d0b1065ce63a2e7cb3bc172b595c.tar.zst
freebsd-ports-gnome-cf788fb157e2d0b1065ce63a2e7cb3bc172b595c.zip
BROKEN on !i386 and !amd64: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'cad')
-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;' \