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

(-)/usr/portage/sci-misc/boinc/boinc-7.2.0-r1.ebuild (-6 / +4 lines)
Lines 1-11 Link Here
1
# Copyright 1999-2013 Gentoo Foundation
1
# Copyright 1999-2014 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/sci-misc/boinc/boinc-7.2.0-r1.ebuild,v 1.1 2013/12/31 13:05:51 pacho Exp $
3
# $Header: $
4
4
5
EAPI=5
5
EAPI=5
6
6
7
#WANT_AUTOMAKE="1.11"
8
9
AUTOTOOLS_AUTORECONF=true
7
AUTOTOOLS_AUTORECONF=true
10
8
11
inherit autotools-utils flag-o-matic eutils wxwidgets user systemd
9
inherit autotools-utils flag-o-matic eutils wxwidgets user systemd
Lines 48-54 Link Here
48
"
46
"
49
47
50
PATCHES=(
48
PATCHES=(
51
	"${FILESDIR}"/${P}-fix_subdirs.patch
49
	"${FILESDIR}"/${PN}-7.2.0-fix_subdirs.patch
52
)
50
)
53
51
54
AUTOTOOLS_IN_SOURCE_BUILD=1
52
AUTOTOOLS_IN_SOURCE_BUILD=1
Lines 64-70 Link Here
64
	local wxconf=""
62
	local wxconf=""
65
63
66
	# add gtk includes
64
	# add gtk includes
67
	append-flags "$(pkg-config --cflags gtk+-2.0)"
65
	use X && append-flags "$(pkg-config --cflags gtk+-2.0)"
68
66
69
	# look for wxGTK
67
	# look for wxGTK
70
	if use X; then
68
	if use X; then

Return to bug 492602