Skip to content

Commit

Permalink
devel/qjson: 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 26, 2023
1 parent 9338523 commit 3237ce1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devel/qjson/Makefile
Expand Up @@ -29,6 +29,12 @@ OPTIONS_SUB= yes

DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CXXFLAGS+= -Dregister=
.endif

post-build-DOXYGEN-on:
cd ${WRKSRC}/doc && doxygen

Expand Down

0 comments on commit 3237ce1

Please sign in to comment.