mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
wine: requires version with kernel support
This commit is contained in:
@@ -8,13 +8,13 @@ be used for porting Windows code into native Unix executables."
|
||||
HOMEPAGE="https://www.winehq.org/"
|
||||
COPYRIGHT="1993-2021 the Wine project authors"
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/wine-mirror/wine/archive/refs/tags/wine-${portVersion}.tar.gz"
|
||||
CHECKSUM_SHA256="754a7e1f9bd79e18e01f9f552abe83413140403f68cc37b8ef98b80d271450c8"
|
||||
SOURCE_DIR="wine-wine-${portVersion}"
|
||||
PATCHES="wine-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="all !x86_gcc2"
|
||||
ARCHITECTURES="?all !x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86"
|
||||
|
||||
PROVIDES="
|
||||
@@ -45,7 +45,7 @@ PROVIDES="
|
||||
cmd:wrc
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
haiku$secondaryArchSuffix >= r1~beta3_hrev55933
|
||||
lib:libfreetype$secondaryArchSuffix
|
||||
lib:libvulkan$secondaryArchSuffix
|
||||
lib:libusb$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user