git: b1fb7156b9d8 - main - devel/gearmand: Unbreak build

From: Fernando Apesteguía <fernape_at_FreeBSD.org>
Date: Fri, 07 Jul 2023 07:36:11 UTC
The branch main has been updated by fernape:

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

commit b1fb7156b9d8d9d26dbd8603083a4654d2ab6013
Author:     Tomohiro Hosaka <bokutin@bokut.in>
AuthorDate: 2023-07-07 06:11:50 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-07-07 07:35:52 +0000

    devel/gearmand: Unbreak build
    
    devel/gearmand builds have been failing since 2023Q2.
    
    For instance:
    https://lists.freebsd.org/archives/freebsd-pkg-fallout/2023-July/429715.html
    
    PR:             272399
    Reported by:    bokutin@bokut.in
---
 devel/gearmand/files/patch-libgearman-1.0_gearman.h | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/devel/gearmand/files/patch-libgearman-1.0_gearman.h b/devel/gearmand/files/patch-libgearman-1.0_gearman.h
new file mode 100644
index 000000000000..42f8b932edc5
--- /dev/null
+++ b/devel/gearmand/files/patch-libgearman-1.0_gearman.h
@@ -0,0 +1,11 @@
+--- libgearman-1.0/gearman.h.orig	2013-02-14 11:34:29 UTC
++++ libgearman-1.0/gearman.h
+@@ -50,7 +50,7 @@
+ #endif
+ 
+ #ifdef __cplusplus
+-#  include <tr1/cinttypes>
++#  include <cinttypes>
+ #  include <cstddef>
+ #  include <cstdlib>
+ #  include <ctime>