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 c2917704458e..6dcfe0cd165d 100644 --- a/astro/opencpn/Makefile +++ b/astro/opencpn/Makefile @@ -34,6 +34,8 @@ LDFLAGS+= -Wl,--as-needed # ICE, SM, Xext BROKEN_aarch64= Fails to compile: use of undeclared identifier rand +OPTIONS_DEFINE= DOCS + post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \ ${WRKSRC}/src/mygdal/cpl_csv.cpp \ |