pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rcfunge
Module Name: pkgsrc
Committed By: maya
Date: Wed Apr 29 20:30:27 UTC 2020
Modified Files:
pkgsrc/lang/rcfunge: Makefile
Log Message:
rcfunge: avoid workaround for netbsd<6, EOL versions
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/rcfunge/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/rcfunge/Makefile
diff -u pkgsrc/lang/rcfunge/Makefile:1.8 pkgsrc/lang/rcfunge/Makefile:1.9
--- pkgsrc/lang/rcfunge/Makefile:1.8 Sun Jan 26 17:31:31 2020
+++ pkgsrc/lang/rcfunge/Makefile Wed Apr 29 20:30:27 2020
@@ -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:
Home |
Main Index |
Thread Index |
Old Index