diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-07-01 03:24:16 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-07-01 03:24:16 +0000 |
commit | be69018e3841fad2d6001b8a4c878676253550af (patch) | |
tree | 449ce398aa3715ff29655a07f626f3eeb81d9180 | |
parent | 4ea1376d3c7b9dd5d9a3e189b0e1869bb33ca5b6 (diff) | |
download | ports-be69018e3841fad2d6001b8a4c878676253550af.tar.gz ports-be69018e3841fad2d6001b8a4c878676253550af.zip |
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)
-rw-r--r-- | security/libgcrypt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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-support |