aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-17 16:27:49 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-05-17 16:30:15 +0000
commit9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977 (patch)
treeb360bb8359894fe0da8a0f81ea62594442d1436c /japanese
parentdba2ffb1db8db7c1d11cff8257e54464cee1ec58 (diff)
downloadports-9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977.tar.gz
ports-9b178ffd7e2fd77fecb8c80d22f7c80bc9e93977.zip
*/*: 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 'japanese')
-rw-r--r--japanese/Wnn6-lib/Makefile2
-rw-r--r--japanese/ebview-gtk2/Makefile2
-rw-r--r--japanese/kinput2/Makefile2
-rw-r--r--japanese/sj3-server/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/japanese/Wnn6-lib/Makefile b/japanese/Wnn6-lib/Makefile
index 3f29d4b54865..691a3275d511 100644
--- a/japanese/Wnn6-lib/Makefile
+++ b/japanese/Wnn6-lib/Makefile
@@ -18,7 +18,7 @@ PORTDOCS= README
.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
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile
index 5718f5dbd2f3..9d6c0f972cd4 100644
--- a/japanese/ebview-gtk2/Makefile
+++ b/japanese/ebview-gtk2/Makefile
@@ -28,7 +28,7 @@ OPTIONS_DEFINE= DOCS
.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
diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile
index 39d90aca2309..7fdabbb618b3 100644
--- a/japanese/kinput2/Makefile
+++ b/japanese/kinput2/Makefile
@@ -91,7 +91,7 @@ CONF+= TRANSPORTDEFS="-DNO_TCP_TRANSPORT"
.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
diff --git a/japanese/sj3-server/Makefile b/japanese/sj3-server/Makefile
index e091aa4f28db..7a5bfea4aa11 100644
--- a/japanese/sj3-server/Makefile
+++ b/japanese/sj3-server/Makefile
@@ -47,7 +47,7 @@ POSTPATCHES.nodocports= \
.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