Date: Sat, 18 Feb 2023 13:32:47 GMT From: MANTANI Nobutaka <nobutaka@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b6236cc2821b - main - x11/eterm: Remove unnecessary option from CPPFLAGS Message-ID: <202302181332.31IDWlsn013115@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302181332.31IDWlsn013115>