diff options
Diffstat (limited to 'astro/opencpn/Makefile')
-rw-r--r-- | astro/opencpn/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/opencpn/Makefile b/astro/opencpn/Makefile index 84edf0f..48b5aca 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 \ |