summaryrefslogtreecommitdiff
path: root/app-emulation/wine-vanilla/wine-vanilla-9.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-27 05:40:23 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-27 05:40:23 +0000
commit0a5376618896a890256bc26687f4cd8bbe302df6 (patch)
treea42d4ca2731eb362c5ae20b3e55a4f6df24b63a5 /app-emulation/wine-vanilla/wine-vanilla-9.3.ebuild
parente53a98716127eb7be20f46713a7442d5b8820633 (diff)
gentoo auto-resync : 27:02:2024 - 05:40:23
Diffstat (limited to 'app-emulation/wine-vanilla/wine-vanilla-9.3.ebuild')
-rw-r--r--app-emulation/wine-vanilla/wine-vanilla-9.3.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/app-emulation/wine-vanilla/wine-vanilla-9.3.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9.3.ebuild
index f9fd23e3c79a..593d2fed1eee 100644
--- a/app-emulation/wine-vanilla/wine-vanilla-9.3.ebuild
+++ b/app-emulation/wine-vanilla/wine-vanilla-9.3.ebuild
@@ -4,7 +4,7 @@
EAPI=8
MULTILIB_COMPAT=( abi_x86_{32,64} )
-inherit autotools flag-o-matic optfeature multilib multilib-build
+inherit autotools flag-o-matic multilib multilib-build optfeature
inherit prefix toolchain-funcs wrapper
WINE_GECKO=2.47.4
@@ -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}}