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

(-)subversion-1.6.6.ebuild (+4 lines)
Lines 265-270 Link Here
265
		einfo
265
		einfo
266
		einfo "Building of Subversion SWIG Perl bindings"
266
		einfo "Building of Subversion SWIG Perl bindings"
267
		einfo
267
		einfo
268
		# FIXME: Workaround for bug 235287
269
		for missingdir in _Client _Delta _Fs _Ra _Repos _Wc; do
270
			install -d subversion/bindings/swig/perl/native/blib/arch/auto/SVN/${missingdir}
271
		done
268
		emake -j1 swig-pl || die "Building of Subversion SWIG Perl bindings failed"
272
		emake -j1 swig-pl || die "Building of Subversion SWIG Perl bindings failed"
269
	fi
273
	fi
270
274

Return to bug 235287