]> git.pld-linux.org Git - packages/wine.git/commitdiff
- update crossbuild - move to clang
authorBartlomiej Zimon <uzi18@o2.pl>
Thu, 3 Mar 2022 18:20:33 +0000 (18:20 +0000)
committerBartlomiej Zimon <uzi18@o2.pl>
Thu, 3 Mar 2022 18:20:33 +0000 (18:20 +0000)
wine.spec

index fa339e55d70c25737a0fc7c4e4bc9f8e0c43528a..31399d303658604af8327959141a630f41d5d50f 100644 (file)
--- a/wine.spec
+++ b/wine.spec
 %define        libqual %{nil}
 %endif
 
+%ifarch %{x8664} 
+%define        winelib x86_64
+%else
+%define        winelib i386
+%endif
+
 %define                gecko_ver       2.47.2
 Summary:       Program that lets you launch Win applications
 Summary(es.UTF-8):     Ejecuta programas Windows en Linux
@@ -60,6 +66,8 @@ Patch5:               %{name}-ca_certificates.patch
 Patch6:                desktop.patch
 Patch7:                %{name}-wine64_man.patch
 URL:           http://www.winehq.org/
+BuildConflicts:        crossmingw32-gcc
+BuildConflicts:        crossmingw64-gcc
 BuildRequires: Mesa-libOSMesa-devel
 BuildRequires: OpenAL-devel >= 1.1
 BuildRequires: OpenCL-devel
@@ -70,6 +78,7 @@ BuildRequires:        autoconf >= 2.62
 BuildRequires: automake
 BuildRequires: bison
 %{?with_capi:BuildRequires:    capi4k-utils-devel}
+BuildRequires: clang
 %{?with_cups:BuildRequires:    cups-devel}
 BuildRequires: dbus-devel
 BuildRequires: flex >= 2.5.33
This page took 0.329733 seconds and 4 git commands to generate.