pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/g95



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Oct 20 11:33:10 UTC 2020

Modified Files:
        pkgsrc/lang/g95: Makefile

Log Message:
g95: Not for aarch64


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/lang/g95/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/g95/Makefile
diff -u pkgsrc/lang/g95/Makefile:1.36 pkgsrc/lang/g95/Makefile:1.37
--- pkgsrc/lang/g95/Makefile:1.36       Mon Aug 31 18:09:48 2020
+++ pkgsrc/lang/g95/Makefile    Tue Oct 20 11:33:10 2020
@@ -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 @@ HOMEPAGE=     https://www.g95.org/
 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