diff options
Diffstat (limited to 'devel/libnjs/Makefile')
-rw-r--r-- | devel/libnjs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libnjs/Makefile b/devel/libnjs/Makefile index 537185d9c1f6..14eb44f9d560 100644 --- a/devel/libnjs/Makefile +++ b/devel/libnjs/Makefile @@ -1,5 +1,5 @@ PORTNAME= libnjs -DISTVERSION= 0.9.0 +DISTVERSION= 0.9.1 CATEGORIES= devel www MAINTAINER= osa@FreeBSD.org @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --cc-opt="-I${LOCALBASE}/include/quickjs" \ .include <bsd.port.pre.mk> # Fixes build failed for Clang 19.1.3+ -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1500026 && ${CHOSEN_COMPILER_TYPE} == clang +.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 191 CFLAGS+= -Wno-error=cast-function-type-mismatch .endif |