diff options
author | maya <maya@pkgsrc.org> | 2020-04-29 20:30:27 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2020-04-29 20:30:27 +0000 |
commit | ebd5a718862063a1ab80e17bd02fa7c81df4b87f (patch) | |
tree | a85e0b88d23761710b20fb081254e23b2e694391 /lang/rcfunge | |
parent | 1a8b5f622053935174fe0f1f29122d90439c1b7e (diff) | |
download | pkgsrc-ebd5a718862063a1ab80e17bd02fa7c81df4b87f.tar.gz |
rcfunge: avoid workaround for netbsd<6, EOL versions
Diffstat (limited to 'lang/rcfunge')
-rw-r--r-- | lang/rcfunge/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/rcfunge/Makefile b/lang/rcfunge/Makefile index b50c7af334e..acae822b5d6 100644 --- a/lang/rcfunge/Makefile +++ b/lang/rcfunge/Makefile @@ -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 @@ INSTALLATION_DIRS= bin 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: |