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

Collapse All | Expand All

(-)/usr/portage/net-libs/neon/neon-0.30.1.ebuild (-1 / +5 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2015 Gentoo Foundation
1
# Copyright 1999-2015 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/net-libs/neon/neon-0.30.1.ebuild,v 1.11 2015/05/16 07:56:57 vapier Exp $
3
# $Header: $
4
4
5
EAPI="5"
5
EAPI="5"
6
6
Lines 55-60 Link Here
55
	done
55
	done
56
	sed -e "s/ALL_LINGUAS=.*/ALL_LINGUAS=\"${linguas}\"/" -i configure.ac || die
56
	sed -e "s/ALL_LINGUAS=.*/ALL_LINGUAS=\"${linguas}\"/" -i configure.ac || die
57
57
58
	if has_version ">=net-libs/gnutls-3.4"; then
59
    	sed -e 's/gnutls_retr_st/gnutls_retr2_st/' -e 's/type = type/cert_&/' -i src/ne_gnutls.c
60
	fi
61
58
	epatch "${FILESDIR}"/${P}-xml2-config.patch
62
	epatch "${FILESDIR}"/${P}-xml2-config.patch
59
	AT_M4DIR="macros" eautoreconf
63
	AT_M4DIR="macros" eautoreconf
60
64

Return to bug 546114