summaryrefslogtreecommitdiff
path: root/user/libpthread-stubs
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-23 22:06:27 -0600
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-12-23 22:06:39 -0600
commita03cc5caa52177f93d36ddd3d0118325c99e156d (patch)
tree15868be01f3993a9d6d811efcb5688cf12685a55 /user/libpthread-stubs
parent478dc22a4cb42e63d7518b71fd74cf93b558b58c (diff)
downloadpackages-a03cc5caa52177f93d36ddd3d0118325c99e156d.tar.gz
packages-a03cc5caa52177f93d36ddd3d0118325c99e156d.tar.bz2
packages-a03cc5caa52177f93d36ddd3d0118325c99e156d.tar.xz
packages-a03cc5caa52177f93d36ddd3d0118325c99e156d.zip
user/X11 stuff: minor fixes
Ensure modern syntax, don't install COPYING for typical licenses, etc. For libxcb, ensure test suite works with new version of system/check. Upstreamed at: https://gitlab.freedesktop.org/xorg/lib/libxcb/merge_requests/6
Diffstat (limited to 'user/libpthread-stubs')
-rw-r--r--user/libpthread-stubs/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/user/libpthread-stubs/APKBUILD b/user/libpthread-stubs/APKBUILD
index 02af44664..13ce0a53a 100644
--- a/user/libpthread-stubs/APKBUILD
+++ b/user/libpthread-stubs/APKBUILD
@@ -7,10 +7,11 @@ url="https://cgit.freedesktop.org/xcb/pthread-stubs"
arch="all"
options="!dbg"
license="X11"
+depends=""
+makedepends=""
source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -19,12 +20,10 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make -j1 DESTDIR="$pkgdir" install
}