diff options
author | 2018-01-04 17:08:54 -0500 | |
---|---|---|
committer | 2018-01-04 17:09:07 -0500 | |
commit | 97612f4ba21b8745cf7067e8b60c858f8438a1ad (patch) | |
tree | f45693a6f5a72ead9d354f84a270ce7002dadfe1 /net-misc/freerdp | |
parent | x11-libs/wxGTK: fix USE=doc html installation (diff) | |
download | gentoo-97612f4ba21b8745cf7067e8b60c858f8438a1ad.tar.gz gentoo-97612f4ba21b8745cf7067e8b60c858f8438a1ad.tar.bz2 gentoo-97612f4ba21b8745cf7067e8b60c858f8438a1ad.zip |
net-misc/freerdp: drop cpu_flags_x86_ssse3
FreeRDP now does runtime detection correctly, so we don't need to toggle
it at build time.
Package-Manager: Portage-2.3.19_p3, Repoman-2.3.6_p37
Diffstat (limited to 'net-misc/freerdp')
-rw-r--r-- | net-misc/freerdp/freerdp-9999.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-misc/freerdp/freerdp-9999.ebuild b/net-misc/freerdp/freerdp-9999.ebuild index 631b7548fe13..93959b6af695 100644 --- a/net-misc/freerdp/freerdp-9999.ebuild +++ b/net-misc/freerdp/freerdp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -22,7 +22,7 @@ HOMEPAGE="http://www.freerdp.com/" LICENSE="Apache-2.0" SLOT="0/2" -IUSE="alsa +client cpu_flags_x86_ssse3 cups debug doc ffmpeg gstreamer jpeg libav libressl neon openh264 pulseaudio server smartcard systemd test usb wayland X xinerama xv" +IUSE="alsa +client cups debug doc ffmpeg gstreamer jpeg libav libressl neon openh264 pulseaudio server smartcard systemd test usb wayland X xinerama xv" RDEPEND=" !libressl? ( dev-libs/openssl:0= ) @@ -107,8 +107,6 @@ src_configure() { -DWITH_SERVER=$(usex server) -DWITH_PCSC=$(usex smartcard) -DWITH_LIBSYSTEMD=$(usex systemd) - # WITH_SSE2 actually enables code requiring SSSE3 - -DWITH_SSE2=$(usex cpu_flags_x86_ssse3) -DWITH_X11=$(usex X) -DWITH_XINERAMA=$(usex xinerama) -DWITH_XV=$(usex xv) |