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

Collapse All | Expand All

(-)freebsd-sbin-9.2_rc3.ebuild (-2 / +4 lines)
Lines 49-61 Link Here
49
REMOVE_SUBDIRS="dhclient pfctl pflogd rcorder resolvconf"
49
REMOVE_SUBDIRS="dhclient pfctl pflogd rcorder resolvconf"
50
50
51
PATCHES=( "${FILESDIR}/${PN}-setXid.patch"
51
PATCHES=( "${FILESDIR}/${PN}-setXid.patch"
52
	"${FILESDIR}/${PN}-7.1-zlib.patch"
52
	"${FILESDIR}/${PN}-10.0-zlib.patch"
53
	"${FILESDIR}/${PN}-6.2-ldconfig.patch"
53
	"${FILESDIR}/${PN}-6.2-ldconfig.patch"
54
	"${FILESDIR}/${PN}-6.1-pr102701.patch"
54
	"${FILESDIR}/${PN}-6.1-pr102701.patch"
55
	"${FILESDIR}/${PN}-bsdxml2expat.patch" )
55
	"${FILESDIR}/${PN}-bsdxml2expat.patch" )
56
56
57
src_prepare() {
57
src_prepare() {
58
	use build || ln -s "/usr/src/sys" "${WORKDIR}/sys"
58
	if [[ ${PV} != *9999* ]]; then
59
		use build || ln -s "/usr/src/sys" "${WORKDIR}/sys"
60
	fi
59
}
61
}
60
62
61
src_install() {
63
src_install() {

Return to bug 488214