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

(-)expat-2.1.0.ebuild.orig (-1 / +7 lines)
Lines 82-86 Link Here
82
82
83
	# libgeom in /lib and ifconfig in /sbin require it on FreeBSD since we
83
	# libgeom in /lib and ifconfig in /sbin require it on FreeBSD since we
84
	# stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
84
	# stripped the libbsdxml copy starting from freebsd-lib-8.2-r1
85
	use elibc_FreeBSD && gen_usr_ldscript -a expat{,u,w}
85
	if use elibc_FreeBSD; then
86
		if use unicode; then
87
			gen_usr_ldscript -a expat{,u,w}
88
		else
89
			gen_usr_ldscript -a expat
90
		fi
91
	fi
86
}
92
}

Return to bug 412085