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

(-)vdr-image-0.3.1.ebuild (-1 / +2 lines)
Lines 32-37 Link Here
32
BUILD_PARAMS="-j1"
32
BUILD_PARAMS="-j1"
33
33
34
src_prepare() {
34
src_prepare() {
35
	tc-export AR
35
	# remove empty translation file
36
	# remove empty translation file
36
	rm "${S}"/po/{cs_CZ,da_DK,et_EE,hr_HR,hu_HU,nn_NO,pl_PL,ro_RO}.po
37
	rm "${S}"/po/{cs_CZ,da_DK,et_EE,hr_HR,hu_HU,nn_NO,pl_PL,ro_RO}.po
37
38
Lines 47-53 Link Here
47
	fi
48
	fi
48
49
49
	# UINT64_C is needed by ffmpeg headers
50
	# UINT64_C is needed by ffmpeg headers
50
	append-flags -D__STDC_CONSTANT_MACROS
51
	append-cppflags -D__STDC_CONSTANT_MACROS
51
}
52
}
52
53
53
src_install() {
54
src_install() {

Return to bug 469806