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

(-)/usr/portage/media-sound/murmur/murmur-1.1.6.ebuild (-3 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2009 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/media-sound/murmur/murmur-1.1.6.ebuild,v 1.4 2008/10/31 20:25:08 tgurr Exp $
3
# $Header: $
4
4
5
EAPI="2"
5
EAPI="2"
6
6
Lines 46-54 Link Here
46
}
46
}
47
47
48
src_configure() {
48
src_configure() {
49
	local conf_add
50
49
	use debug && conf_add="${conf_add} symbols debug" || conf_add="${conf_add} release"
51
	use debug && conf_add="${conf_add} symbols debug" || conf_add="${conf_add} release"
50
	use ice || conf_add="${conf_add} no-ice"
52
	use ice || conf_add="${conf_add} no-ice"
51
	use pch || echo "CONFIG-=precompile_header" >> src/mumble.pri
53
	use pch || conf_add="${conf_add} no-pch"
52
54
53
	eqmake4 main.pro -recursive \
55
	eqmake4 main.pro -recursive \
54
		CONFIG+="${conf_add} no-client no-bundled-speex" \
56
		CONFIG+="${conf_add} no-client no-bundled-speex" \

Return to bug 256852