emulators/wine-devel: Set USE_LDCONFIG unconditionally
Since removing emulators/i386-wine-devel with commit99af2239fcin 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 matches904382ada0for emulators/wine. Approved by: Thibault Payet <monwarez@mailoo.org> (maintainer)
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user