pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/g95 g95: Not for aarch64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e1b6b272430
branches:  trunk
changeset: 440853:5e1b6b272430
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Oct 20 11:33:10 2020 +0000

description:
g95: Not for aarch64

diffstat:

 lang/g95/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 145e37a6b964 -r 5e1b6b272430 lang/g95/Makefile
--- a/lang/g95/Makefile Tue Oct 20 11:22:27 2020 +0000
+++ b/lang/g95/Makefile Tue Oct 20 11:33:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/08/31 18:09:48 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2020/10/20 11:33:10 nia Exp $
 
 DISTNAME=      g95_source
 PKGNAME=       g95-0.93
@@ -14,6 +14,9 @@
 COMMENT=       Fortran 95 compiler from g95.org
 LICENSE=       gnu-gpl-v2
 
+NOT_FOR_PLATFORM+=     *-*-aarch64
+NOT_FOR_PLATFORM+=     *-*-aarch64eb
+
 USE_TOOLS+=            gmake gtar automake autoconf
 TOOLS_BROKEN+=         perl
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index