pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/python39



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Oct 27 13:36:59 UTC 2023

Modified Files:
        pkgsrc/lang/python39: Makefile

Log Message:
python39: Needs wide curses.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/python39/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/python39/Makefile
diff -u pkgsrc/lang/python39/Makefile:1.30 pkgsrc/lang/python39/Makefile:1.31
--- pkgsrc/lang/python39/Makefile:1.30  Tue Oct 24 22:09:39 2023
+++ pkgsrc/lang/python39/Makefile       Fri Oct 27 13:36:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2023/10/24 22:09:39 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2023/10/27 13:36:59 jperkin Exp $
 
 .include "dist.mk"
 
@@ -46,7 +46,7 @@ CONFIGURE_ENV+=               ac_cv_path_mkdir=${TOOL
 PKGCONFIG_OVERRIDE+=   Misc/python.pc.in Misc/python-embed.pc.in
 
 # NetBSD-8 curses has enough support for py-curses
-USE_CURSES=            getsyx
+USE_CURSES=            getsyx wide
 # But we build as ncurses still to get the full feature set easily
 FAKE_NCURSES=          yes
 



Home | Main Index | Thread Index | Old Index