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:   wiz
Date:           Wed Jan 14 12:55:59 UTC 2026

Modified Files:
        pkgsrc/devel/ncurses: Makefile

Log Message:
ncurses: try fixing SunOS build using -Wno-incompatible-pointer-types


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 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.122 pkgsrc/devel/ncurses/Makefile:1.123
--- pkgsrc/devel/ncurses/Makefile:1.122 Mon Jan  5 02:01:15 2026
+++ pkgsrc/devel/ncurses/Makefile       Wed Jan 14 12:55:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2026/01/05 02:01:15 wiz Exp $
+# $NetBSD: Makefile,v 1.123 2026/01/14 12:55:59 wiz Exp $
 
 DISTNAME=      ncurses-6.6
 CATEGORIES=    devel
@@ -43,6 +43,7 @@ CONFIGURE_ARGS+=      --with-panel-libname=gn
 
 CONFIGURE_ARGS.Darwin+=        --disable-mixed-case
 CONFIGURE_ARGS.SunOS+= --disable-const
+CFLAGS.SunOS+=         -Wno-incompatible-pointer-types
 
 CONFIGURE_ARGS.UnixWare+=      --disable-libtool-version
 



Home | Main Index | Thread Index | Old Index