Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
eb8c909df1
|
||
|
|
82f0bf9fe4
|
@@ -1,7 +1,7 @@
|
|||||||
name: wine
|
name: wine
|
||||||
description: A compatibility layer for running Windows programs
|
description: A compatibility layer for running Windows programs
|
||||||
version: "11.4"
|
version: "11.4"
|
||||||
revision: 1
|
revision: 3
|
||||||
url: https://www.winehq.org/
|
url: https://www.winehq.org/
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -34,6 +34,7 @@ optional_depends:
|
|||||||
- libxinerama
|
- libxinerama
|
||||||
- ocl-icd
|
- ocl-icd
|
||||||
- pcsclite
|
- pcsclite
|
||||||
|
- samba
|
||||||
- sdl2-compat
|
- sdl2-compat
|
||||||
- unixodbc
|
- unixodbc
|
||||||
make_depends:
|
make_depends:
|
||||||
@@ -52,6 +53,7 @@ make_depends:
|
|||||||
- ocl-icd
|
- ocl-icd
|
||||||
- pcsclite
|
- pcsclite
|
||||||
- perl
|
- perl
|
||||||
|
- samba
|
||||||
- sdl2-compat
|
- sdl2-compat
|
||||||
- unixodbc
|
- unixodbc
|
||||||
- vulkan-headers
|
- vulkan-headers
|
||||||
|
|||||||
@@ -8,6 +8,10 @@ build() {
|
|||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
|
|
||||||
|
export CROSSCFLAGS="$CFLAGS"
|
||||||
|
export CROSSCXXFLAGS="$CXXFLAGS"
|
||||||
|
export CROSSLDFLAGS="$LDFLAGS"
|
||||||
|
|
||||||
../configure --prefix=/usr --disable-tests --enable-archs=x86_64,i386
|
../configure --prefix=/usr --disable-tests --enable-archs=x86_64,i386
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user