Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108282
Collapse All | Expand All

(-)gettext-0.14.5.ebuild (-6 / +6 lines)
Lines 30-45 Link Here
30
30
31
	# bundled libtool seems to be broken so skip certain rpath tests
31
	# bundled libtool seems to be broken so skip certain rpath tests
32
	# http://lists.gnu.org/archive/html/bug-libtool/2005-03/msg00070.html
32
	# http://lists.gnu.org/archive/html/bug-libtool/2005-03/msg00070.html
33
	sed -i \
33
	sed \
34
		-e '2iexit 77' \
34
		-e '2iexit 77' \
35
		autoconf-lib-link/tests/rpath-3*[ef] || die "sed tests"
35
		-i autoconf-lib-link/tests/rpath-3*[ef] || die "sed tests"
36
36
37
	# use Gentoo std docdir
37
	# use Gentoo std docdir
38
	sed -i \
38
	sed \
39
		-e "/^docdir=/s:=.*:=/usr/share/doc/${PF}:" \
39
		-e "/^docdir=/s:=.*:=/usr/share/doc/${PF}:" \
40
		gettext-runtime/configure \
40
		-i gettext-runtime/configure \
41
		gettext-tools/configure \
41
		-i gettext-tools/configure \
42
		gettext-tools/examples/installpaths.in \
42
		-i gettext-tools/examples/installpaths.in \
43
		|| die "sed docdir"
43
		|| die "sed docdir"
44
44
45
	if use ppc-macos ; then
45
	if use ppc-macos ; then

Return to bug 108282