From 9039da88bbc6cb6a449f681589c17ca43bf568bc Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Sat, 2 Aug 2025 02:39:10 +0200 Subject: [PATCH] net-im/pecl-stomp2: Fix build with php85 - Switch to DISTVERSION while I am here Approved by: portmgr (blanket) --- net-im/pecl-stomp2/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/net-im/pecl-stomp2/Makefile b/net-im/pecl-stomp2/Makefile index 08aa24555fda..697dda0f44e8 100644 --- a/net-im/pecl-stomp2/Makefile +++ b/net-im/pecl-stomp2/Makefile @@ -1,5 +1,5 @@ PORTNAME= stomp -PORTVERSION= 2.0.3 +DISTVERSION= 2.0.3 CATEGORIES= net-im pear MAINTAINER= dbaio@FreeBSD.org @@ -14,4 +14,10 @@ CONFLICTS= pecl-stomp-1* PORTSCOUT= limit:^2.* -.include +.include + +.if ${OPSYS} == FreeBSD +CFLAGS+= -Wno-error=int-conversion +.endif + +.include