summaryrefslogtreecommitdiff
path: root/lang/yap/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-15 20:44:12 +0200
committerRene Ladan <rene@FreeBSD.org>2024-07-01 22:27:23 +0200
commit19d68720f1dac6176557ffa8d9c1684c4cf22608 (patch)
tree0df1bf503e59370bcb01f06f7f8ba1e1cf742c0f /lang/yap/Makefile
parentgraphics/intel-backlight: Remove expired port (diff)
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked. Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat, nobukata, sunpoet, tagattie, yuri, arrowd, kde Differential Revision: https://reviews.freebsd.org/D45141
Diffstat (limited to '')
-rw-r--r--lang/yap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index ae35fc256d16..790ddbc079db 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -50,7 +50,7 @@ post-build-DOCS-off:
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
+.if ${OPSYS} == FreeBSD && ${COMPILER_TYPE} == clang
CFLAGS+= -Wno-incompatible-function-pointer-types
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
.endif