Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 758167 | Differences between
and this patch

Collapse All | Expand All

(-)portage-prefix-gandolf-0904/sys-libs/zlib/zlib-1.2.13-r1.ebuild (-3 / +3 lines)
Lines 69-77 Link Here
69
	# ideally we want !tc-ld-is-bfd for best future-proofing, but it needs
69
	# ideally we want !tc-ld-is-bfd for best future-proofing, but it needs
70
	# https://github.com/gentoo/gentoo/pull/28355
70
	# https://github.com/gentoo/gentoo/pull/28355
71
	# mold needs this too but right now tc-ld-is-mold is also not available
71
	# mold needs this too but right now tc-ld-is-mold is also not available
72
	if tc-ld-is-lld; then
72
#	if tc-ld-is-lld; then
73
		append-ldflags -Wl,--undefined-version
73
#		append-ldflags -Wl,--undefined-version
74
	fi
74
#	fi
75
75
76
	case ${CHOST} in
76
	case ${CHOST} in
77
		*-mingw*|mingw*)
77
		*-mingw*|mingw*)
(-)portage-prefix-gandolf-0904/sys-devel/llvm/llvm-16.0.6.ebuild (+6 lines)
Line 0 Link Here
1
diff -Nur a/llvm/cmake/modules/FindTerminfo.cmake b/llvm/cmake/modules/FindTerminfo.cmake
2
--- a/llvm/cmake/modules/FindTerminfo.cmake	2023-08-29 14:23:45.180946147 +0800
Lines 75-80 Link Here
75
LLVM_USE_TARGETS=provide
75
LLVM_USE_TARGETS=provide
76
llvm.org_set_globals
76
llvm.org_set_globals
77
77
78
PATCHES=(
79
	"${FILESDIR}"/${PN}-16-no-system-curses.patch
80
)
81
78
python_check_deps() {
82
python_check_deps() {
79
	use doc || return 0
83
	use doc || return 0
80
84

Return to bug 758167