Skip to content

Commit

Permalink
devel/gorm: Fix build with llvm16
Browse files Browse the repository at this point in the history
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 23, 2023
1 parent a493958 commit 3a4966a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions devel/gorm/Makefile
Expand Up @@ -20,4 +20,10 @@ USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES}

DEFAULT_LIBVERSION= 1.1.0

.include <bsd.port.options.mk>

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

.include <bsd.port.mk>

0 comments on commit 3a4966a

Please sign in to comment.