mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/kdiff3 to 1.9.0-2
This commit is contained in:
parent
b32422a665
commit
6293933ebb
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=kdiff3
|
||||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A file comparator/merge tool'
|
||||
arch=(x86_64)
|
||||
url='https://kde.org/applications/development/kdiff3/'
|
||||
|
@ -28,7 +28,8 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
cmake -B build -S $pkgname-$pkgver
|
||||
cmake -B build -S $pkgname-$pkgver \
|
||||
-DCMAKE_CXX_FLAGS="${CXXFLAGS} -DNDEBUG"
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue