mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mumble to 1.5.517-2
This commit is contained in:
parent
293533a2f2
commit
eba8a38917
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
pkgbase=mumble
|
||||
pkgname=(mumble mumble-server)
|
||||
pkgver=1.5.517
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="An Open Source, low-latency, high quality voice chat software"
|
||||
arch=(x86_64)
|
||||
url="https://www.mumble.info/"
|
||||
|
@ -88,6 +88,8 @@ prepare() {
|
|||
patch -Np1 -d $pkgbase-$pkgver -i ../$pkgbase-1.5.517-config_defaults.patch
|
||||
# fix the use of pkgconf in cmake: https://github.com/mumble-voip/mumble/issues/6038
|
||||
patch -Np1 -d $pkgbase-$pkgver -i ../$pkgbase-1.5.517-pkgconf.patch
|
||||
# protobuf 23 requires C++17
|
||||
sed -e 's|CMAKE_CXX_STANDARD 14|CMAKE_CXX_STANDARD 17|' -i $pkgname-$pkgver/CMakeLists.txt
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue