git: 4165bd12beb7 - main - devel/pecl-grpc: Remove reference to defunct php72

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Wed, 05 Jan 2022 14:54:03 UTC
The branch main has been updated by bofh:

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

commit 4165bd12beb73fb8cc1f0c7148e654d51ccd43f1
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-01-05 14:52:16 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-01-05 14:53:54 +0000

    devel/pecl-grpc: Remove reference to defunct php72
    
    Approved by:    portmgr (infrastructure cleanup)
---
 devel/pecl-grpc/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/devel/pecl-grpc/Makefile b/devel/pecl-grpc/Makefile
index dc78a05360b7..ed7b322dd1e2 100644
--- a/devel/pecl-grpc/Makefile
+++ b/devel/pecl-grpc/Makefile
@@ -15,10 +15,4 @@ BROKEN_mips64=		fails to compile: fatal error: sys/auxv.h file not found
 
 USES=		compiler:c++11-lang php:pecl
 
-.include <bsd.port.pre.mk>
-
-.if ${FLAVOR} == php72 && ${ARCH} == i386
-BROKEN=		error: fastcall calling convention ignored on variadic function [-Werror,-Wignored-attributes]
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>