summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-11-18 22:15:53 +0000
committerkris <kris@FreeBSD.org>2004-11-18 22:15:53 +0000
commit5e6dc4f652428a7dfe023f1833dd6650495a18e9 (patch)
tree691a4f4d5dff2508e381f4e39048c43ef1003e95 /misc
parentb86f3eb0e17eec6f09d16d98efd942468c345e08 (diff)
downloadFreeBSD-ports-5e6dc4f652428a7dfe023f1833dd6650495a18e9.zip
FreeBSD-ports-5e6dc4f652428a7dfe023f1833dd6650495a18e9.tar.gz
BROKEN on sparc64: Does not compile
Diffstat (limited to 'misc')
-rw-r--r--misc/matrix-kmod/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/matrix-kmod/Makefile b/misc/matrix-kmod/Makefile
index 2aaeff2..6a7f3e2 100644
--- a/misc/matrix-kmod/Makefile
+++ b/misc/matrix-kmod/Makefile
@@ -23,6 +23,10 @@ KMODDIR= ${PREFIX}/modules
BROKEN= "Need FreeBSD 4.0 or above"
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not compile on sparc64"
+.endif
+
do-install:
@${MKDIR} ${KMODDIR}
${INSTALL_SCRIPT} ${FILESDIR}/matrix_saver.sh ${PREFIX}/etc/rc.d
OpenPOWER on IntegriCloud