git: b6236cc2821b - main - x11/eterm: Remove unnecessary option from CPPFLAGS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Feb 2023 13:32:47 UTC
The branch main has been updated by nobutaka: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6236cc2821bf4f706a06e1d9b6e820d3a97e953 commit b6236cc2821bf4f706a06e1d9b6e820d3a97e953 Author: MANTANI Nobutaka <nobutaka@FreeBSD.org> AuthorDate: 2023-02-18 13:25:43 +0000 Commit: MANTANI Nobutaka <nobutaka@FreeBSD.org> CommitDate: 2023-02-18 13:25:43 +0000 x11/eterm: Remove unnecessary option from CPPFLAGS The option was added in the previous commit by mistake. --- x11/eterm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 5477c01692c9..b3b14ba4b589 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ENV= GDB=/usr/bin/gdb .endif CFLAGS+= -Wno-int-conversion -CPPFLAGS+= -I${LOCALBASE}/include -W +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= cpe iconv libtool shebangfix xorg SHEBANG_FILES= ${WRKSRC}/utils/kEsetroot.in