pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/velena
Module Name: pkgsrc
Committed By: nia
Date: Sat Sep 24 08:33:19 UTC 2022
Modified Files:
pkgsrc/games/velena: Makefile
Log Message:
velena: cannot build on aarch64 due to -m32 usage
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/games/velena/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/velena/Makefile
diff -u pkgsrc/games/velena/Makefile:1.17 pkgsrc/games/velena/Makefile:1.18
--- pkgsrc/games/velena/Makefile:1.17 Sat Apr 25 21:49:38 2020
+++ pkgsrc/games/velena/Makefile Sat Sep 24 08:33:19 2022
@@ -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 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
# 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