emulators/wine-devel: Set USE_LDCONFIG unconditionally

Since removing emulators/i386-wine-devel with commit 99af2239fc in
2021 we don't need to account for USE_LDCONFIG32 coming from that
port any longer and can set USE_LDCONFIG unconditionally.

Also streamline the overall logic down to one line.

This matches 904382ada0 for emulators/wine.

Approved by:	Thibault Payet <monwarez@mailoo.org> (maintainer)
This commit is contained in:
Gerald Pfeifer
2025-11-08 09:43:56 +00:00
parent b88a7a06fe
commit 9ced433921

View File

@@ -24,10 +24,7 @@ USES= bison cpe desktop-file-utils gmake llvm:min=17,build,noexport \
localbase pkgconfig sdl shebangfix tar:xz
CPE_VENDOR= winehq
USE_GCC= yes
WINELIBDIR= ${PREFIX}/lib
.if !defined(USE_LDCONFIG32)
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
.endif
USE_LDCONFIG= ${PREFIX}/lib ${PREFIX}/lib/wine
USE_SDL= sdl2
SHEBANG_FILES= tools/make_requests tools/winemaker/winemaker \