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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +8 lines)
Line  Link Here
0
-- net-misc/curl/curl-7.35.0.ebuild
0
++ net-misc/curl/curl-7.35.0.ebuild
Lines 8-14 Link Here
8
8
9
DESCRIPTION="A Client that groks URLs"
9
DESCRIPTION="A Client that groks URLs"
10
HOMEPAGE="http://curl.haxx.se/"
10
HOMEPAGE="http://curl.haxx.se/"
11
SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2"
11
SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2
12
	http://dev.gentoo.org/~hasufell/distfiles/${P}-polarssl-1.3.x.tar.xz"
12
13
13
LICENSE="MIT"
14
LICENSE="MIT"
14
SLOT="0"
15
SLOT="0"
Lines 86-91 Link Here
86
		"${FILESDIR}"/${PN}-7.30.0-configure.patch \
87
		"${FILESDIR}"/${PN}-7.30.0-configure.patch \
87
		"${FILESDIR}"/${PN}-respect-cflags-3.patch \
88
		"${FILESDIR}"/${PN}-respect-cflags-3.patch \
88
		"${FILESDIR}"/${PN}-fix-gnutls-nettle.patch
89
		"${FILESDIR}"/${PN}-fix-gnutls-nettle.patch
90
91
	EPATCH_SUFFIX="patch" \
92
	EPATCH_FORCE="yes" \
93
	epatch "${WORKDIR}"/${P}-polarssl-1.3.x
94
89
	sed -i '/LD_LIBRARY_PATH=/d' configure.ac || die #382241
95
	sed -i '/LD_LIBRARY_PATH=/d' configure.ac || die #382241
90
96
91
	epatch_user
97
	epatch_user

Return to bug 503558