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

Collapse All | Expand All

(-)/usr/portage/sys-apps/man/man-1.6.ebuild (-1 / +13 lines)
Lines 36-41 Link Here
36
	# contains two directories that are symlinked together
36
	# contains two directories that are symlinked together
37
	epatch ${FILESDIR}/man-1.5p-defmanpath-symlinks.patch
37
	epatch ${FILESDIR}/man-1.5p-defmanpath-symlinks.patch
38
38
39
	# move new messages to end of message file, solves bug #97541
40
	epatch ${FILESDIR}/man-1.6-message-order.patch
41
39
	# use non-lazy binds for man. And let portage handling stripping.
42
	# use non-lazy binds for man. And let portage handling stripping.
40
	append-ldflags -Wl,-z,now
43
	append-ldflags -Wl,-z,now
41
	sed -i \
44
	sed -i \
Lines 48-54 Link Here
48
	tc-export CC BUILD_CC
51
	tc-export CC BUILD_CC
49
52
50
	local myconf=
53
	local myconf=
51
	use nls && myconf="+lang all" || myconf="+lang none"
54
	if use nls; then
55
		strip-linguas $(cd man; echo ??)
56
		if [[ -z ${LINGUAS} ]] ; then
57
			myconf="+lang all"
58
		else
59
			myconf="+lang ${LINGUAS// /,}"
60
		fi
61
	else
62
		myconf="+lang none"
63
	fi
52
	./configure \
64
	./configure \
53
		-confdir=/etc \
65
		-confdir=/etc \
54
		+sgid +fhs \
66
		+sgid +fhs \

Return to bug 97541