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

Collapse All | Expand All

(-)a/media-libs/oyranos/oyranos-9999.ebuild (-6 / +2 lines)
Lines 41-58 Link Here
41
41
42
RESTRICT="test"
42
RESTRICT="test"
43
43
44
CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindFltk FindXcm FindCUPS"
44
CMAKE_REMOVE_MODULES_LIST="${CMAKE_REMOVE_MODULES_LIST} FindFltk FindCUPS"
45
45
46
src_prepare() {
46
src_prepare() {
47
	einfo remove bundled libs
47
	einfo remove bundled libs
48
	rm -rf elektra* yajl || die
48
	rm -rf elektra* yajl || die
49
49
50
	epatch "${FILESDIR}/${PN}"-0.9.4-buildsystem-r1.patch
50
	epatch "${FILESDIR}/${PN}"-0.9.5-buildsystem.patch
51
 
51
 
52
	#fix really ugly and prominently visible typo (solved in 0.9.5)
53
	sed -e 's/Promt/Prompt/' \
54
		-i src/liboyranos_config/oyranos_texts.c po/*.{po,pot} settings/*xml || die
55
56
	if use fltk ; then
52
	if use fltk ; then
57
		#src/examples does not include fltk flags
53
		#src/examples does not include fltk flags
58
		append-cflags $(fltk-config --cflags)
54
		append-cflags $(fltk-config --cflags)

Return to bug 447246