diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2019-05-21 22:29:59 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-06-01 10:15:07 +0200 |
commit | 8b853a8081e1c2ce0c4966203bdf0f928d782ce3 (patch) | |
tree | ffa142e2efb10018b7b361aed62a98751c653783 /x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild | |
parent | x11-misc/x11vnc: restore ssl USE-flag (diff) | |
download | gentoo-8b853a8081e1c2ce0c4966203bdf0f928d782ce3.tar.gz gentoo-8b853a8081e1c2ce0c4966203bdf0f928d782ce3.tar.bz2 gentoo-8b853a8081e1c2ce0c4966203bdf0f928d782ce3.zip |
x11-misc/x11vnc: fix building with libressl
Closes: https://bugs.gentoo.org/675610
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild')
-rw-r--r-- | x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild b/x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild index f102419eb689..fa6c2d774e92 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild @@ -43,6 +43,7 @@ RDEPEND="${COMMON_DEPEND} PATCHES=( "${FILESDIR}"/${P}-crypto.patch # https://github.com/LibVNC/x11vnc/issues/86 "${FILESDIR}"/${P}-anonymous-ssl.patch # https://github.com/LibVNC/x11vnc/pull/85 + "${FILESDIR}"/${P}-libressl.patch ) src_prepare() { |