pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/suse131_linux Accept NetBSD 10.x and newer.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03c8370e119c
branches:  trunk
changeset: 390467:03c8370e119c
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon Dec 19 18:14:57 2022 +0000

description:
Accept NetBSD 10.x and newer.

diffstat:

 emulators/suse131_linux/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 4c46b271551c -r 03c8370e119c emulators/suse131_linux/Makefile.common
--- a/emulators/suse131_linux/Makefile.common   Mon Dec 19 17:44:14 2022 +0000
+++ b/emulators/suse131_linux/Makefile.common   Mon Dec 19 18:14:57 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.26 2022/10/01 15:09:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.27 2022/12/19 18:14:57 tron Exp $
 #
 # used by emulators/suse131_alsa/Makefile
 # used by emulators/suse131_aspell/Makefile
@@ -62,11 +62,13 @@
 EMUL_PLATFORMS+=       linux-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-5.99*-i386
 ONLY_FOR_PLATFORM+=    NetBSD-[6-9]*-i386
+ONLY_FOR_PLATFORM+=    NetBSD-[1-9][0-9].*-i386
 ONLY_FOR_PLATFORM+=    FreeBSD-*-i386
 .endif
 EMUL_PLATFORMS+=       linux-i386
 ONLY_FOR_PLATFORM+=    NetBSD-6.99*-x86_64
 ONLY_FOR_PLATFORM+=    NetBSD-[7-9]*-x86_64
+ONLY_FOR_PLATFORM+=    NetBSD-[1-9][0-9].*-x86_64
 ONLY_FOR_PLATFORM+=    FreeBSD-1[0-9]*-x86_64
 
 CHECK_PIE_SUPPORTED=   no



Home | Main Index | Thread Index | Old Index