pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/clisp Mark it broken for aarch64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d906467da820
branches:  trunk
changeset: 337833:d906467da820
user:      rjs <rjs%pkgsrc.org@localhost>
date:      Tue Aug 13 14:24:31 2019 +0000

description:
Mark it broken for aarch64.

diffstat:

 lang/clisp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r efea38844d60 -r d906467da820 lang/clisp/Makefile
--- a/lang/clisp/Makefile       Tue Aug 13 12:43:30 2019 +0000
+++ b/lang/clisp/Makefile       Tue Aug 13 14:24:31 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2019/07/13 09:43:56 bsiegert Exp $
+# $NetBSD: Makefile,v 1.114 2019/08/13 14:24:31 rjs Exp $
 
 DISTNAME=              clisp-2.49
 PKGREVISION=           26
@@ -14,6 +14,8 @@
 # XXX: is this still current?
 BROKEN_ON_PLATFORM+=   *-*-arm
 
+BROKEN_ON_PLATFORM+=   *-*-aarch64
+
 # makes the bulk build hang under MirBSD
 BROKEN_ON_PLATFORM+=   MirBSD-*-*
 



Home | Main Index | Thread Index | Old Index