aboutsummaryrefslogtreecommitdiff
path: root/astro/opencpn
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-01-31 03:40:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-01-31 03:40:46 +0000
commitdcd74e6387a7b13a84f56be4fd95b245441cc800 (patch)
tree0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /astro/opencpn
parentb2e18017b2d4c4044c103983b080543102008420 (diff)
downloadports-dcd74e6387a7b13a84f56be4fd95b245441cc800.tar.gz
ports-dcd74e6387a7b13a84f56be4fd95b245441cc800.zip
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=432897
Diffstat (limited to 'astro/opencpn')
-rw-r--r--astro/opencpn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/opencpn/Makefile b/astro/opencpn/Makefile
index 84edf0f3148d..48b5aca177e1 100644
--- a/astro/opencpn/Makefile
+++ b/astro/opencpn/Makefile
@@ -32,6 +32,8 @@ CMAKE_ARGS= -DBUNDLE_DOCS=ON -DBUNDLE_GSHHS=CRUDE -DBUNDLE_TCDATA=ON
LDFLAGS+= -Wl,-E # plugins
LDFLAGS+= -Wl,--as-needed # ICE, SM, Xext
+BROKEN_aarch64= Fails to compile: use of undeclared identifier rand
+
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \
${WRKSRC}/src/mygdal/cpl_csv.cpp \