diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-19 20:15:04 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-10-19 20:15:04 +0000 |
commit | b5c3cd93ebbfef45339272b67d6ccaca80a507f0 (patch) | |
tree | 32d2f6eb7f3343eaeeca8ab0c5884c7a7cc6e145 | |
parent | 091b366170e7993f6d54d234b0652a903dd71063 (diff) | |
download | aports-b5c3cd93ebbfef45339272b67d6ccaca80a507f0.tar.bz2 aports-b5c3cd93ebbfef45339272b67d6ccaca80a507f0.tar.xz |
community/opencpn: revert disable due to build issues
This reverts commit ebbedf893e435002e52064512ea413b49d2bc57e.
-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 cacf3bdec8..d61a91ed2c 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="" # Temporary disable due to build issues +arch="x86 x86_64" license="GPL-2.0" makedepends="wxgtk-dev libexecinfo-dev linux-headers curl-dev cmake gpsd portaudio-dev tinyxml-dev" subpackages="$pkgname-doc $pkgname-lang" |