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

(-)a/freebsd.eclass (-1 / +6 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2011 Gentoo Foundation
1
# Copyright 1999-2013 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.35 2013/08/28 15:56:11 aballier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/eclass/freebsd.eclass,v 1.35 2013/08/28 15:56:11 aballier Exp $
4
#
4
#
Lines 129-134 freebsd_rename_libraries() { Link Here
129
freebsd_src_unpack() {
129
freebsd_src_unpack() {
130
	if [[ ${MY_PV} == *9999* ]]; then
130
	if [[ ${MY_PV} == *9999* ]]; then
131
		S="${WORKDIR}" subversion_src_unpack
131
		S="${WORKDIR}" subversion_src_unpack
132
133
		# When share/mk exists in ${WORKDIR}, it is used on FreeBSD 10.0.
134
		if [[ ${PN} != freebsd-mk-defs ]] ; then
135
			[[ -e "${WORKDIR}"/share/mk ]] && rm -rf "${WORKDIR}"/share/mk/*.mk
136
		fi
132
	else
137
	else
133
		unpack ${A}
138
		unpack ${A}
134
	fi
139
	fi

Return to bug 488214