summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-17 18:27:49 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-17 18:30:15 +0200
commit9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 (patch)
treeb360bb8359894fe0da8a0f81ea62594442d1436c /print
parentmultimedia/emby-server-devel: update to 4.8.0.36 (diff)
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket)
Diffstat (limited to 'print')
-rw-r--r--print/magicfilter/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile
index a48840de882e..a992cc2f23fe 100644
--- a/print/magicfilter/Makefile
+++ b/print/magicfilter/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
CFLAGS+= -Wno-error=int-conversion
.endif