biology/canu: Fix build with llvm16
- Pet portclippy Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0f960bc918
commit
d92c0802ea
1 changed files with 4 additions and 5 deletions
|
|
@ -19,16 +19,15 @@ LIB_DEPENDS= libboost_regex.so:devel/boost-libs
|
|||
RUN_DEPENDS= gnuplot:math/gnuplot
|
||||
|
||||
USES= compiler:c++11-lang gmake localbase perl5 tar:xz
|
||||
USE_JAVA= yes
|
||||
|
||||
USE_CXXSTD= c++14
|
||||
USE_JAVA= 8+
|
||||
JAVA_RUN= yes
|
||||
JAVA_VERSION= 8+
|
||||
|
||||
WRKSRC_SUBDIR= src
|
||||
# Upstream Makefile compiles directly into ${DESTDIR}${PREFIX} rather than
|
||||
# using a separate install target.
|
||||
MAKE_ENV= DESTDIR=${WRKSRC} CANU_BUILD_ENV=ports
|
||||
CXXFLAGS+= -std=c++14
|
||||
|
||||
WRKSRC_SUBDIR= src
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue