aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2023-02-18 13:12:03 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2023-02-18 13:16:03 +0000
commit0b1bc4eb2e6068cee1034dee93fbe7f57f98176f (patch)
tree2c37076e20891a0febfbdec9c3558b4aca2009c3
parentf5b6ffd47e01d94d522557bedea2bd1287ee64c9 (diff)
downloadports-0b1bc4eb2e6068cee1034dee93fbe7f57f98176f.tar.gz
ports-0b1bc4eb2e6068cee1034dee93fbe7f57f98176f.zip
x11/eterm: Fix build with LLVM15
This fix also fixes chinese/eterm and japanese/eterm.
-rw-r--r--x11/eterm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile
index c1c19a9394f5..5477c01692c9 100644
--- a/x11/eterm/Makefile
+++ b/x11/eterm/Makefile
@@ -25,7 +25,8 @@ CONFIGURE_ENV= GDB=/usr/libexec/gdb
CONFIGURE_ENV= GDB=/usr/bin/gdb
.endif
-CPPFLAGS+= -I${LOCALBASE}/include
+CFLAGS+= -Wno-int-conversion
+CPPFLAGS+= -I${LOCALBASE}/include -W
LDFLAGS+= -L${LOCALBASE}/lib
USES= cpe iconv libtool shebangfix xorg
SHEBANG_FILES= ${WRKSRC}/utils/kEsetroot.in