diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-19 16:32:22 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-19 16:32:22 +0000 |
commit | ebbedf893e435002e52064512ea413b49d2bc57e (patch) | |
tree | cb543e21a1d7419577bb16de26974c2ad3e5aeef /community | |
parent | d0aaea9769273b9613b1052262b0950251eee66b (diff) | |
download | aports-ebbedf893e435002e52064512ea413b49d2bc57e.tar.bz2 aports-ebbedf893e435002e52064512ea413b49d2bc57e.tar.xz |
community/opencpn: disable due to build issues
opencpn does not build due to missing dependencies / incorrect
configuration:
wxWidgets wx/version.h file not found in
/usr/lib/wx/include/gtk2-unicode-3.0;/usr/include/wx-3.0.
Disable until this is fixed.
Diffstat (limited to 'community')
-rw-r--r-- | community/opencpn/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/opencpn/APKBUILD b/community/opencpn/APKBUILD index d61a91ed2c..cacf3bdec8 100644 --- a/community/opencpn/APKBUILD +++ b/community/opencpn/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.8.8 pkgrel=1 pkgdesc="OpenCPN is a cross platform electronic navigation system" url="http://opencpn.org" -arch="x86 x86_64" +arch="" # Temporary disable due to build issues license="GPL-2.0" makedepends="wxgtk-dev libexecinfo-dev linux-headers curl-dev cmake gpsd portaudio-dev tinyxml-dev" subpackages="$pkgname-doc $pkgname-lang" |