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

Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +15 lines)
Line  Link Here
0
-- libcacard-0.1.2.ebuild
0
++ libcacard-0.1.2.ebuild
Lines 2-8 Link Here
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/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.18 2014/08/06 06:44:37 patrick Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/libcacard/libcacard-0.1.2.ebuild,v 1.18 2014/08/06 06:44:37 patrick Exp $
4
4
5
EAPI=4
5
EAPI=5
6
7
AUTOTOOLS_AUTORECONF=1
8
AUTOTOOLS_IN_SOURCE_BUILD=1
9
AUTOTOOLS_PRUNE_LIBTOOL_FILES=all
10
11
inherit autotools-utils
6
12
7
DESCRIPTION="Library for emulating CAC cards"
13
DESCRIPTION="Library for emulating CAC cards"
8
HOMEPAGE="http://spice-space.org/"
14
HOMEPAGE="http://spice-space.org/"
Lines 18-30 Link Here
18
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
19
	virtual/pkgconfig"
25
	virtual/pkgconfig"
20
26
27
PATCHES=(
28
	"${FILESDIR}"/${P}-underlinking.patch # bug 494450
29
)
30
21
src_configure() {
31
src_configure() {
22
	# --enable-passthru works only on W$
32
	# --enable-passthru works only on W$
23
	econf \
33
	local myeconfargs=(
24
		$(use_enable static-libs static)
34
		$(use_enable static-libs static)
25
}
35
	)
26
36
	autotools-utils_src_configure
27
src_install() {
28
	default
29
	use static-libs || rm "${D}"/usr/lib*/*.la
30
}
37
}

Return to bug 494450