pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/python311



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 25 21:33:15 UTC 2023

Modified Files:
        pkgsrc/lang/python311: Makefile

Log Message:
python311: add 'wide' to USE_CURSES

(Guessing and trying to fix macOS bulk build, please step in if you know
the proper fix.)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/python311/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/python311/Makefile
diff -u pkgsrc/lang/python311/Makefile:1.15 pkgsrc/lang/python311/Makefile:1.16
--- pkgsrc/lang/python311/Makefile:1.15 Tue Oct 24 22:09:38 2023
+++ pkgsrc/lang/python311/Makefile      Wed Oct 25 21:33:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/10/24 22:09:38 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2023/10/25 21:33:15 wiz 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