diff options
author | nia <nia@pkgsrc.org> | 2020-10-20 12:00:26 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-10-20 12:00:26 +0000 |
commit | 0bce720bb265c99fe3b64153e70084718e1e7066 (patch) | |
tree | 595f80b02123b43195c073c0af06ba1ae3162385 /lang/nhc98/Makefile | |
parent | ebf5662ca0721ac075e0dde6bf428511eeb8434f (diff) | |
download | pkgsrc-0bce720bb265c99fe3b64153e70084718e1e7066.tar.gz |
nhc98: Fails on aarch64 due to a lack of -m32
Diffstat (limited to 'lang/nhc98/Makefile')
-rw-r--r-- | lang/nhc98/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index a747d926dfb..c52006f718a 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -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 @@ CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \ # 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= |