Adding python3.10, podman
This commit is contained in:
13
dev-lang/python/files/python-2.7.9-ncurses-pkg-config.patch
Normal file
13
dev-lang/python/files/python-2.7.9-ncurses-pkg-config.patch
Normal file
@ -0,0 +1,13 @@
|
||||
do not hardcode /usr/include paths
|
||||
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -4316,7 +4316,7 @@ fi
|
||||
|
||||
# first curses configure check
|
||||
ac_save_cppflags="$CPPFLAGS"
|
||||
-CPPFLAGS="$CPPFLAGS -I/usr/include/ncursesw"
|
||||
+CPPFLAGS="$CPPFLAGS `$PKG_CONFIG --cflags ncursesw`"
|
||||
|
||||
AC_CHECK_HEADERS(curses.h ncurses.h)
|
||||
|
Reference in New Issue
Block a user