git: 984b20be70ad - main - devel/gperf: fix build with clang 16

From: Dirk Meyer <dinoex_at_FreeBSD.org>
Date: Tue, 02 May 2023 17:11:46 UTC
The branch main has been updated by dinoex:

URL: https://cgit.FreeBSD.org/ports/commit/?id=984b20be70ad5b3814c1580bc82de57e3ed90f61

commit 984b20be70ad5b3814c1580bc82de57e3ed90f61
Author:     Dirk Meyer <dinoex@FreeBSD.org>
AuthorDate: 2023-05-02 17:11:26 +0000
Commit:     Dirk Meyer <dinoex@FreeBSD.org>
CommitDate: 2023-05-02 17:11:26 +0000

    devel/gperf: fix build with clang 16
    
    PR: 271030
---
 devel/gperf/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile
index 4ebd8ede2fd3..ee3509a5455f 100644
--- a/devel/gperf/Makefile
+++ b/devel/gperf/Makefile
@@ -14,6 +14,8 @@ CONFLICTS=	ace+tao
 MAKE_JOBS_UNSAFE=	yes
 
 USES=		cpe
+USE_CSTD=	gnu99
+USE_CXXSTD=	gnu++98
 CPE_VENDOR=	${CPE_PRODUCT}_project
 CPE_PRODUCT=	${PORTNAME}tools
 GNU_CONFIGURE=	yes