summaryrefslogtreecommitdiff
path: root/community/libxcvt/APKBUILD
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2023-05-22 23:00:32 +0000
committerpsykose <alice@ayaya.dev>2023-05-23 01:00:32 +0200
commit3052c1fd21e7b420a0bfdeb977bbe6678b802b07 (patch)
tree665b1c09723aba3b67cc69758ab44dc9c9b57b83 /community/libxcvt/APKBUILD
parentc42fa647562a3113b31241c4e12bb064f51aac9f (diff)
downloadaports-3052c1fd21e7b420a0bfdeb977bbe6678b802b07.zip
*/*: drop ${JOBS:+-j ${JOBS}}
samurai already reads SAMUFLAGS set to job count so this is redundant same for MAKEFLAGS and make
Diffstat (limited to 'community/libxcvt/APKBUILD')
-rw-r--r--community/libxcvt/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libxcvt/APKBUILD b/community/libxcvt/APKBUILD
index 78e00ba437d..75c64194b64 100644
--- a/community/libxcvt/APKBUILD
+++ b/community/libxcvt/APKBUILD
@@ -16,7 +16,7 @@ source="https://xorg.freedesktop.org/releases/individual/lib/libxcvt-$pkgver.tar
build() {
abuild-meson . output
- meson compile ${JOBS:+-j ${JOBS}} -C output
+ meson compile -C output
}
check() {