Skip to content

Commit

Permalink
x11/eterm: Fix build with LLVM15
Browse files Browse the repository at this point in the history
This fix also fixes chinese/eterm and japanese/eterm.
  • Loading branch information
MANTANI Nobutaka authored and MANTANI Nobutaka committed Feb 18, 2023
1 parent f5b6ffd commit 0b1bc4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x11/eterm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b1bc4e

Please sign in to comment.