1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

emulators/wine: Fix the PE build

This requires our devel/llvm17 or later ports which bring full header
files. [1]

It has major impact on how this port is built and the packaging list,
so bump PORTREVISION.

PR:		280448, 274542 [1], 279677 [1]
This commit is contained in:
Gerald Pfeifer 2024-09-08 04:53:03 +00:00
parent b48acbd6c2
commit 4beb321681
2 changed files with 233 additions and 765 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= wine
DISTVERSION= 9.0
PORTREVISION= 4
PORTREVISION= 5
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= https://dl.winehq.org/wine/source/9.0/
@ -17,8 +17,9 @@ ONLY_FOR_ARCHS= amd64 i386
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex
# Only devel/llvm17 and later come with necessary include files - PR274542
USES= bison cpe desktop-file-utils gmake \
llvm:15,build,noexport localbase \
llvm:min=17,build,noexport localbase \
pkgconfig sdl shebangfix tar:xz
USE_GCC= yes
USE_SDL= sdl2

File diff suppressed because it is too large Load Diff