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

(-)libidn-1.13.ebuild.orig (-1 / +2 lines)
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/net-dns/libidn/libidn-1.13.ebuild,v 1.2 2009/03/22 21:00:54 truedfx Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-dns/libidn/libidn-1.13.ebuild,v 1.2 2009/03/22 21:00:54 truedfx Exp $
4
4
5
inherit java-pkg-opt-2 mono elisp-common
5
inherit java-pkg-opt-2 mono elisp-common flag-o-matic
6
6
7
DESCRIPTION="Internationalized Domain Names (IDN) implementation"
7
DESCRIPTION="Internationalized Domain Names (IDN) implementation"
8
HOMEPAGE="http://www.gnu.org/software/libidn/"
8
HOMEPAGE="http://www.gnu.org/software/libidn/"
Lines 31-36 Link Here
31
}
31
}
32
32
33
src_compile() {
33
src_compile() {
34
	filter-flags "-fdirectives-only"
34
	econf \
35
	econf \
35
		$(use_enable nls) \
36
		$(use_enable nls) \
36
		$(use_enable java) \
37
		$(use_enable java) \

Return to bug 263516