Skip to content

Commit

Permalink
biology/canu: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 20, 2023
1 parent 0f960bc commit d92c080
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions biology/canu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit d92c080

Please sign in to comment.