mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 08:26:57 +02:00
sys-libs/ncurses: Sync with Gentoo
It's from Gentoo commit 190736be5dde352c014202d15a4ee74f583f547f.
This commit is contained in:
parent
395f34bc44
commit
94b0543841
12
sdk_container/src/third_party/portage-stable/sys-libs/ncurses/files/ncurses-6.4-t64-1.patch
vendored
Normal file
12
sdk_container/src/third_party/portage-stable/sys-libs/ncurses/files/ncurses-6.4-t64-1.patch
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
diff '--color=auto' -ruN ncurses-6.4.orig/aclocal.m4 ncurses-6.4/aclocal.m4
|
||||
--- ncurses-6.4.orig/aclocal.m4 2024-08-29 20:47:34.978057133 +0000
|
||||
+++ ncurses-6.4/aclocal.m4 2024-08-29 20:48:57.809473044 +0000
|
||||
@@ -10139,7 +10139,7 @@
|
||||
cf_xopen_source="-D_SGI_SOURCE"
|
||||
cf_XOPEN_SOURCE=
|
||||
;;
|
||||
-(linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
|
||||
+(linux*gnu*|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
|
||||
CF_GNU_SOURCE($cf_XOPEN_SOURCE)
|
||||
;;
|
||||
(minix*)
|
12
sdk_container/src/third_party/portage-stable/sys-libs/ncurses/files/ncurses-6.4-t64-2.patch
vendored
Normal file
12
sdk_container/src/third_party/portage-stable/sys-libs/ncurses/files/ncurses-6.4-t64-2.patch
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
diff '--color=auto' -ruN ncurses-6.4.orig/configure ncurses-6.4/configure
|
||||
--- ncurses-6.4.orig/configure 2024-08-29 20:50:18.321117225 +0000
|
||||
+++ ncurses-6.4/configure 2024-08-29 20:52:49.308328392 +0000
|
||||
@@ -10413,7 +10413,7 @@
|
||||
cf_xopen_source="-D_SGI_SOURCE"
|
||||
cf_XOPEN_SOURCE=
|
||||
;;
|
||||
-(linux*gnu|linux*gnuabi64|linux*gnuabin32|linux*gnueabi|linux*gnueabihf|linux*gnux32|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
|
||||
+(linux*gnu*|uclinux*|gnu*|mint*|k*bsd*-gnu|cygwin|msys|mingw*|linux*uclibc)
|
||||
|
||||
cf_gnu_xopen_source=$cf_XOPEN_SOURCE
|
||||
|
@ -178,6 +178,10 @@ PATCHES=(
|
||||
# For the same reasons, please include the original configure.in changes,
|
||||
# NOT just the generated results!
|
||||
"${WORKDIR}"/${GENTOO_PATCH_NAME}
|
||||
|
||||
# Avoid breakage with CHOST ending in t64
|
||||
"${FILESDIR}"/ncurses-6.4-t64-1.patch
|
||||
"${FILESDIR}"/ncurses-6.4-t64-2.patch
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
|
@ -115,6 +115,10 @@ PATCHES=(
|
||||
# For the same reasons, please include the original configure.in changes,
|
||||
# NOT just the generated results!
|
||||
"${WORKDIR}"/${GENTOO_PATCH_NAME}
|
||||
|
||||
# Avoid breakage with CHOST ending in t64
|
||||
"${FILESDIR}"/ncurses-6.4-t64-1.patch
|
||||
"${FILESDIR}"/ncurses-6.4-t64-2.patch
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
|
@ -121,6 +121,10 @@ PATCHES=(
|
||||
# For the same reasons, please include the original configure.in changes,
|
||||
# NOT just the generated results!
|
||||
"${WORKDIR}"/${GENTOO_PATCH_NAME}
|
||||
|
||||
# Avoid breakage with CHOST ending in t64
|
||||
"${FILESDIR}"/ncurses-6.4-t64-1.patch
|
||||
"${FILESDIR}"/ncurses-6.4-t64-2.patch
|
||||
)
|
||||
|
||||
src_unpack() {
|
||||
|
Loading…
Reference in New Issue
Block a user