diff options
-rw-r--r-- | community/uncrustify/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/uncrustify/APKBUILD b/community/uncrustify/APKBUILD index f6d06724d9..a11ab66b92 100644 --- a/community/uncrustify/APKBUILD +++ b/community/uncrustify/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: André Klitzing <aklitzing@gmail.com> pkgname=uncrustify pkgver=0.67 -pkgrel=0 +pkgrel=1 pkgdesc="A source code beautifier" url="https://github.com/uncrustify/uncrustify" arch="all" @@ -13,6 +13,7 @@ builddir="$srcdir" build() { cd "$builddir" + [ "$CARCH" = "s390x" ] && sed -i '/^12004/d' tests/c-sharp.test mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. |