summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <sultan@gentoo.org>2022-01-08 10:52:00 +0100
committerStephan Hartmann <sultan@gentoo.org>2022-01-08 10:52:54 +0100
commit5559adec4b13500fe445e1a591bd159177db3f2a (patch)
treea98d9b5d6b00a896642368ba3e22704a058678fa /www-client/dillo/dillo-3.1_pre20181005.ebuild
parentdev-python/argcomplete: Bump to 2.0.0 (diff)
downloadgentoo-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.ebuild3
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"