Skip to content

Commit

Permalink
math/form: Fix build with clang16
Browse files Browse the repository at this point in the history
Notified by:	pkg-fallout
  • Loading branch information
ehaupt committed Jul 4, 2023
1 parent c3df524 commit 6110b9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions math/form/Makefile
Expand Up @@ -35,6 +35,12 @@ OPENMPI_CONFIGURE_ENABLE= parform
OPENMPI_CONFIGURE_ENV+= MPICC="${MPICC}" \
MPICXX="${MPICXX}"

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
CFLAGS+= -Wno-error=incompatible-function-pointer-types
.endif

post-build-DOXYGEN-on:
(cd ${WRKSRC}/doc/manual; ${MAKE_CMD} html pdf)

Expand Down

0 comments on commit 6110b9c

Please sign in to comment.