Skip to content

Commit

Permalink
devel/ice: Fix build with llvm16
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jun 30, 2023
1 parent 4e8188f commit 1d7527c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devel/ice/Makefile
Expand Up @@ -60,6 +60,9 @@ MAKE_ENV+= NOTESTS=yes

.if ${SLAVE_PORT} == "no"
MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/cpp/lib:$$LD_LIBRARY_PATH
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
USE_CXXSTD= c++11
.endif
.endif

.include <bsd.port.pre.mk>
Expand Down

0 comments on commit 1d7527c

Please sign in to comment.