aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2019-10-19 20:15:04 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-19 20:15:04 +0000
commitb5c3cd93ebbfef45339272b67d6ccaca80a507f0 (patch)
tree32d2f6eb7f3343eaeeca8ab0c5884c7a7cc6e145
parent091b366170e7993f6d54d234b0652a903dd71063 (diff)
downloadaports-b5c3cd93ebbfef45339272b67d6ccaca80a507f0.tar.bz2
aports-b5c3cd93ebbfef45339272b67d6ccaca80a507f0.tar.xz
community/opencpn: revert disable due to build issues
-rw-r--r--community/opencpn/APKBUILD2
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"