diff options
author | Stephan Hartmann <sultan@gentoo.org> | 2022-01-08 10:52:00 +0100 |
---|---|---|
committer | Stephan Hartmann <sultan@gentoo.org> | 2022-01-08 10:52:54 +0100 |
commit | 5559adec4b13500fe445e1a591bd159177db3f2a (patch) | |
tree | a98d9b5d6b00a896642368ba3e22704a058678fa /www-client/dillo/dillo-3.1_pre20181005.ebuild | |
parent | dev-python/argcomplete: Bump to 2.0.0 (diff) | |
download | gentoo-5559adec4b13500fe445e1a591bd159177db3f2a.tar.gz gentoo-5559adec4b13500fe445e1a591bd159177db3f2a.tar.bz2 gentoo-5559adec4b13500fe445e1a591bd159177db3f2a.zip |
www-client/dillo: fix build with --disable-ssl
Closes: https://bugs.gentoo.org/830755
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Stephan Hartmann <sultan@gentoo.org>
Diffstat (limited to 'www-client/dillo/dillo-3.1_pre20181005.ebuild')
-rw-r--r-- | www-client/dillo/dillo-3.1_pre20181005.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/dillo/dillo-3.1_pre20181005.ebuild b/www-client/dillo/dillo-3.1_pre20181005.ebuild index 90df028cb417..5419571beac8 100644 --- a/www-client/dillo/dillo-3.1_pre20181005.ebuild +++ b/www-client/dillo/dillo-3.1_pre20181005.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,6 +30,7 @@ DEPEND=" PATCHES=( "${FILESDIR}"/${PN}2-inbuf.patch "${FILESDIR}"/${PN}-3.0.5-fno-common.patch + "${FILESDIR}"/${PN}-3.0.5-disable-ssl.patch ) DOCS="AUTHORS ChangeLog README NEWS doc/*.txt doc/README" |