diff options
author | Alexander Tsoy <alexander@tsoy.me> | 2020-01-29 14:57:34 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-01-30 08:33:07 +0200 |
commit | e82d0a5251dd59099ed8f07308d2b87374ac2afc (patch) | |
tree | e690ab3790a5eb1670c9f824832c4b151d1474e7 /x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild | |
parent | dev-python/xapp: use DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-e82d0a5251dd59099ed8f07308d2b87374ac2afc.tar.gz gentoo-e82d0a5251dd59099ed8f07308d2b87374ac2afc.tar.bz2 gentoo-e82d0a5251dd59099ed8f07308d2b87374ac2afc.zip |
x11-misc/x11vnc: fix build with -fno-common
Closes: https://bugs.gentoo.org/706840
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Closes: https://github.com/gentoo/gentoo/pull/14495
Signed-off-by: Joonas Niilola <juippis@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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild b/x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild index bc16d70cde2d..f01cd79f6bad 100644 --- a/x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild +++ b/x11-misc/x11vnc/x11vnc-0.9.16-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -44,6 +44,7 @@ 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 + "${FILESDIR}"/${P}-fno-common.patch ) src_prepare() { |