Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/multimedia/libflashsupport libflashsupport: don't both...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/622c46eecbe9
branches:  trunk
changeset: 428601:622c46eecbe9
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 29 20:07:41 2020 +0000

description:
libflashsupport: don't bother version checking for EOL netbsd

(This check will fail for NetBSD-10.x)

diffstat:

 multimedia/libflashsupport/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r c057ed518594 -r 622c46eecbe9 multimedia/libflashsupport/Makefile
--- a/multimedia/libflashsupport/Makefile       Wed Apr 29 19:57:51 2020 +0000
+++ b/multimedia/libflashsupport/Makefile       Wed Apr 29 20:07:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2015/10/24 05:30:50 tsutsui Exp $
+# $NetBSD: Makefile,v 1.17 2020/04/29 20:07:41 maya Exp $
 
 PKGNAME=       libflashsupport-4.2.2011
 DISTNAME=      libflashsupport-v4.2-build2011
@@ -10,8 +10,7 @@
 COMMENT=       Additional Interface Support for Linux Flash Player
 LICENSE=       adobe-flashsupport-license
 
-# On NetBSD, requires sufficiently new compat_linux.
-NOT_FOR_PLATFORM=      NetBSD-[0-4]*-* NetBSD-5.[0-9].*-* Linux-*-*
+NOT_FOR_PLATFORM=      Linux-*-*
 
 EMUL_PLATFORMS=                linux-i386 linux-x86_64
 EMUL_MODULES.linux=    base openssl



Home | Main Index | Thread Index | Old Index