Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/rcfunge rcfunge: avoid workaround for netbsd<6, E...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/374b02aff9bf
branches:  trunk
changeset: 430292:374b02aff9bf
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 29 20:30:27 2020 +0000

description:
rcfunge: avoid workaround for netbsd<6, EOL versions

diffstat:

 lang/rcfunge/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8a82ab1d3e3e -r 374b02aff9bf lang/rcfunge/Makefile
--- a/lang/rcfunge/Makefile     Wed Apr 29 20:28:46 2020 +0000
+++ b/lang/rcfunge/Makefile     Wed Apr 29 20:30:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/01/26 17:31:31 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2020/04/29 20:30:27 maya Exp $
 #
 
 DISTNAME=      rcfunge2
@@ -21,8 +21,6 @@
 CFLAGS.SunOS+= -Du_int32_t=uint32_t
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
-# keypad(3) return value was fixed after -5 branch (might be pulled up)
-INCOMPAT_CURSES+=      NetBSD-[0-4]*-* NetBSD-5.[0-8]*-*
 FAKE_NCURSES=          yes # tries to link to ncurses directly
 
 pre-build:



Home | Main Index | Thread Index | Old Index