Date: Sun, 8 Aug 2021 12:08:27 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9ed7c64ffecf - main - textproc/libwapcaplet: respect CC Message-ID: <202108081208.178C8R7m093516@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=9ed7c64ffecfe2001b496da1afd84724a89df56f commit 9ed7c64ffecfe2001b496da1afd84724a89df56f Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-08-04 02:18:47 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-08-08 12:08:05 +0000 textproc/libwapcaplet: respect CC PR: 257610 --- textproc/libwapcaplet/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/libwapcaplet/Makefile b/textproc/libwapcaplet/Makefile index 9fed0adaf0de..f185a5916277 100644 --- a/textproc/libwapcaplet/Makefile +++ b/textproc/libwapcaplet/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \ USES= gmake USE_LDCONFIG= yes -MAKE_ENV= COMPONENT_TYPE="lib-shared" \ +MAKE_ENV= BUILD_CC="${CC}" \ + COMPONENT_TYPE="lib-shared" \ FLEX="${LOCALBASE}/bin/flex" PLIST_SUB= VERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108081208.178C8R7m093516>