pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nhc98 nhc98: Fails on aarch64 due to a lack of -m32
details: https://anonhg.NetBSD.org/pkgsrc/rev/ffd7b7d0df86
branches: trunk
changeset: 440856:ffd7b7d0df86
user: nia <nia%pkgsrc.org@localhost>
date: Tue Oct 20 12:00:26 2020 +0000
description:
nhc98: Fails on aarch64 due to a lack of -m32
diffstat:
lang/nhc98/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 02cbc17fd1d7 -r ffd7b7d0df86 lang/nhc98/Makefile
--- a/lang/nhc98/Makefile Tue Oct 20 11:56:45 2020 +0000
+++ b/lang/nhc98/Makefile Tue Oct 20 12:00:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2019/11/03 19:04:03 rillig Exp $
+# $NetBSD: Makefile,v 1.53 2020/10/20 12:00:26 nia Exp $
DISTNAME= nhc98src-1.22
PKGNAME= nhc98-1.22
@@ -23,6 +23,8 @@
# These platforms cannot build 32-on-64 binaries.
NOT_FOR_PLATFORM+= *-*-alpha
NOT_FOR_PLATFORM+= DragonFly-*-x86_64
+NOT_FOR_PLATFORM+= NetBSD-*-aarch64
+NOT_FOR_PLATFORM+= NetBSD-*-aarch64eb
# This package has LP64 issues, so must build as 32-bit binary.
M32=
Home |
Main Index |
Thread Index |
Old Index