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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- /usr/portage/app-doc/doxygen/doxygen-1.8.5.ebuild
0
++ /usr/local/portage/app-doc/doxygen/doxygen-1.8.5.ebuild
Lines 15-21 Link Here
15
LICENSE="GPL-2"
15
LICENSE="GPL-2"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
17
KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
18
IUSE="debug doc dot qt4 latex sqlite elibc_FreeBSD userland_GNU"
18
IUSE="debug doc dot qt4 latex sqlite elibc_FreeBSD elibc_uclibc userland_GNU"
19
19
20
#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
20
#missing SerbianCyrilic, JapaneseEn, KoreanEn, Chinesetraditional
21
21
Lines 96-102 Link Here
96
		|| die
96
		|| die
97
97
98
	# Ensure we link to -liconv
98
	# Ensure we link to -liconv
99
	if use elibc_FreeBSD; then
99
	if use elibc_FreeBSD || use elibc_uclibc; then
100
		for pro in */*.pro.in */*/*.pro.in; do
100
		for pro in */*.pro.in */*/*.pro.in; do
101
		echo "unix:LIBS += -liconv" >> "${pro}"
101
		echo "unix:LIBS += -liconv" >> "${pro}"
102
		done
102
		done

Return to bug 512782