Date: Mon, 1 Jul 2024 03:32:53 GMT From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: be69018e3841 - main - security/libgcrypt: Remove redundant USE_CSTD Message-ID: <202407010332.4613WrtK094698@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by cy: URL: https://cgit.FreeBSD.org/ports/commit/?id=be69018e3841fad2d6001b8a4c878676253550af commit be69018e3841fad2d6001b8a4c878676253550af Author: Cy Schubert <cy@FreeBSD.org> AuthorDate: 2024-07-01 03:24:16 +0000 Commit: Cy Schubert <cy@FreeBSD.org> CommitDate: 2024-07-01 03:24:16 +0000 security/libgcrypt: Remove redundant USE_CSTD USE=CSTD=gnu89 has not been needed for a while. Let's remove it. PR: 279904 Submitted by: dizzy (part of a larger patch) --- security/libgcrypt/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/security/libgcrypt/Makefile b/security/libgcrypt/Makefile index 0468d21ee1e3..377df3cc5db7 100644 --- a/security/libgcrypt/Makefile +++ b/security/libgcrypt/Makefile @@ -16,7 +16,6 @@ RUN_DEPENDS= libgpg-error>=1.32:security/libgpg-error USES= cpe libtool pathfix tar:bzip2 CPE_VENDOR= gnupg -USE_CSTD= gnu89 GNU_CONFIGURE= yes GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-drng-supporthome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407010332.4613WrtK094698>
