pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/velena velena: cannot build on aarch64 due to -m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d8b2339136a
branches:  trunk
changeset: 385695:8d8b2339136a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 24 08:33:19 2022 +0000

description:
velena: cannot build on aarch64 due to -m32 usage

diffstat:

 games/velena/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 2632c81987fb -r 8d8b2339136a games/velena/Makefile
--- a/games/velena/Makefile     Sat Sep 24 08:31:23 2022 +0000
+++ b/games/velena/Makefile     Sat Sep 24 08:33:19 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/04/25 21:49:38 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2022/09/24 08:33:19 nia Exp $
 #
 
 DISTNAME=      veleng10
@@ -19,6 +19,7 @@
 
 # These platforms cannot build 32-on-64 binaries.
 NOT_FOR_PLATFORM+=     *-*-alpha
+NOT_FOR_PLATFORM+=     *-*-aarch64*
 NOT_FOR_PLATFORM+=     DragonFly-*-x86_64
 
 EXTRACT_OPTS_ZIP=      -LLaqo



Home | Main Index | Thread Index | Old Index