diff options
author | Tuan Hoang <tmhoang@linux.vnet.ibm.com> | 2019-01-23 16:26:17 +0100 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-02-06 09:19:08 +0000 |
commit | 012fdd1640c9b10abae48e6a15f0301a9124f330 (patch) | |
tree | 95d517931cf7ce3b91f56bd546accb051bfbbdba /main/directfb | |
parent | 7d6eb4f4a4280050e10a3ebbcaacd87f3e9085c7 (diff) | |
download | aports-012fdd1640c9b10abae48e6a15f0301a9124f330.tar.bz2 aports-012fdd1640c9b10abae48e6a15f0301a9124f330.tar.xz |
main/directfb: fix broken source
Diffstat (limited to 'main/directfb')
-rw-r--r-- | main/directfb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/directfb/APKBUILD b/main/directfb/APKBUILD index d0b036fd01..d5cbcdd638 100644 --- a/main/directfb/APKBUILD +++ b/main/directfb/APKBUILD @@ -12,7 +12,7 @@ depends="" subpackages="$pkgname-doc $pkgname-dev" builddir="${srcdir}/DirectFB-${pkgver}" source=" - http://sources.webos-ports.org/downloads/DirectFB-$pkgver.tar.gz + http://sources.webos-ports.org/DirectFB-$pkgver.tar.gz 0001-directfb-fix-musl-compile.patch 0002-Fix-musl-PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP-comp.patch 0003-remove-set-gamma-ramp.patch |