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:   nia
Date:           Tue Apr  8 16:43:09 UTC 2025

Modified Files:
        pkgsrc/devel/ncurses: Makefile

Log Message:
ncurses: Fix build on UnixWare 7.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 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.117 pkgsrc/devel/ncurses/Makefile:1.118
--- pkgsrc/devel/ncurses/Makefile:1.117 Mon May  6 08:24:05 2024
+++ pkgsrc/devel/ncurses/Makefile       Tue Apr  8 16:43:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2024/05/06 08:24:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.118 2025/04/08 16:43:09 nia Exp $
 
 DISTNAME=      ncurses-6.5
 CATEGORIES=    devel
@@ -43,6 +43,8 @@ CONFIGURE_ARGS+=      --with-panel-libname=gn
 CONFIGURE_ARGS.Darwin+=        --disable-mixed-case
 CONFIGURE_ARGS.SunOS+= --disable-const
 
+CONFIGURE_ARGS.UnixWare+=      --disable-libtool-version
+
 TERMINFODIR=           share/terminfo
 
 SUBST_CLASSES+=                rpath



Home | Main Index | Thread Index | Old Index