diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-02-26 18:16:28 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-02-26 18:46:50 -0500 |
commit | 2449fe6f9d1721689de19a17a9be77f63e0c915a (patch) | |
tree | 9bd402c39f8ac72ec4bc289ca794b78ef33c1c46 /app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild | |
parent | dev-build/meson: add 1.4.0_rc1 (diff) | |
download | gentoo-2449fe6f9d1721689de19a17a9be77f63e0c915a.tar.gz gentoo-2449fe6f9d1721689de19a17a9be77f63e0c915a.tar.bz2 gentoo-2449fe6f9d1721689de19a17a9be77f63e0c915a.zip |
app-emulation/wine-vanilla: drop -fno-plt filtering
Not that this means that it works.
Logic was inverted in 9.0+ and I meant to correct it, but after
all I don't think I want to even care for this and users with
USE=custom-cflags are on their own.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild')
-rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild index 10bb870877c1..c78034274b86 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9.0.ebuild @@ -293,8 +293,6 @@ src_configure() { if use mingw; then use crossdev-mingw || PATH=${BROOT}/usr/lib/mingw64-toolchain/bin:${PATH} - filter-flags -fno-plt # build failure - # CROSSCC was formerly recognized by wine, thus been using similar # variables (subject to change, esp. if ever make a mingw.eclass). local mingwcc_amd64=${CROSSCC:-${CROSSCC_amd64:-x86_64-w64-mingw32-gcc}} |