pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/clisp



Module Name:    pkgsrc
Committed By:   rjs
Date:           Tue Aug 13 14:24:31 UTC 2019

Modified Files:
        pkgsrc/lang/clisp: Makefile

Log Message:
Mark it broken for aarch64.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/lang/clisp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/clisp/Makefile
diff -u pkgsrc/lang/clisp/Makefile:1.113 pkgsrc/lang/clisp/Makefile:1.114
--- pkgsrc/lang/clisp/Makefile:1.113    Sat Jul 13 09:43:56 2019
+++ pkgsrc/lang/clisp/Makefile  Tue Aug 13 14:24:31 2019
@@ -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 @@ LICENSE=              gnu-gpl-v2
 # 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