pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/nhc98
Module Name: pkgsrc
Committed By: nia
Date: Tue Oct 20 12:00:26 UTC 2020
Modified Files:
pkgsrc/lang/nhc98: Makefile
Log Message:
nhc98: Fails on aarch64 due to a lack of -m32
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/nhc98/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/nhc98/Makefile
diff -u pkgsrc/lang/nhc98/Makefile:1.52 pkgsrc/lang/nhc98/Makefile:1.53
--- pkgsrc/lang/nhc98/Makefile:1.52 Sun Nov 3 19:04:03 2019
+++ pkgsrc/lang/nhc98/Makefile Tue Oct 20 12:00:26 2020
@@ -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 --insta
# 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