pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ncurses
Module Name: pkgsrc
Committed By: js
Date: Sun Oct 5 01:17:21 UTC 2025
Modified Files:
pkgsrc/devel/ncurses: Makefile
Log Message:
Fix devel/ncurses on QNX
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/devel/ncurses/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/ncurses/Makefile
diff -u pkgsrc/devel/ncurses/Makefile:1.120 pkgsrc/devel/ncurses/Makefile:1.121
--- pkgsrc/devel/ncurses/Makefile:1.120 Sat Aug 16 13:22:47 2025
+++ pkgsrc/devel/ncurses/Makefile Sun Oct 5 01:17:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.120 2025/08/16 13:22:47 bsiegert Exp $
+# $NetBSD: Makefile,v 1.121 2025/10/05 01:17:21 js Exp $
DISTNAME= ncurses-6.5
PKGREVISION= 1
@@ -47,6 +47,9 @@ CONFIGURE_ARGS.SunOS+= --disable-const
CONFIGURE_ARGS.UnixWare+= --disable-libtool-version
+# QNX libc is missing some functions.
+CONFIGURE_ARGS.QNX+= --disable-widec
+
TERMINFODIR= share/terminfo
SUBST_CLASSES+= rpath
Home |
Main Index |
Thread Index |
Old Index