aboutsummaryrefslogtreecommitdiffstats
path: root/community/jwm/APKBUILD
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-10-17 13:41:12 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-24 18:56:35 +0000
commita16783bb17e34da6b616527908401cdeb01b3168 (patch)
tree416c5cf3b5d51dc975c817043b33b92580589b43 /community/jwm/APKBUILD
parent7999b32895ea523287cb01e54267f4bffb707073 (diff)
downloadaports-a16783bb17e34da6b616527908401cdeb01b3168.tar.bz2
aports-a16783bb17e34da6b616527908401cdeb01b3168.tar.xz
community/jwm: disable on s390x due to librsvg
Closes !509
Diffstat (limited to 'community/jwm/APKBUILD')
-rw-r--r--community/jwm/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/jwm/APKBUILD b/community/jwm/APKBUILD
index ec09597760..2febe335f8 100644
--- a/community/jwm/APKBUILD
+++ b/community/jwm/APKBUILD
@@ -7,12 +7,12 @@ pkgrel=1
pkgdesc="A lightweight window manager for the X11 Window System"
options="!check" # No testsuite
url="http://joewing.net/projects/jwm/"
-arch="all"
+arch="all !s390x" # librsvg
license="MIT"
makedepends="libx11-dev libxext-dev libxft-dev libxmu-dev libxinerama-dev
libxpm-dev libxrender-dev libjpeg-turbo-dev libpng-dev librsvg-dev"
subpackages="$pkgname-doc $pkgname-lang"
-source="http://joewing.net/projects/$pkgname/releases/$pkgname-$pkgver.tar.xz"
+source="http://joewing.net/projects/jwm/releases/jwm-$pkgver.tar.xz"
build() {
./configure \