mirror of https://git.FreeBSD.org/ports.git
net-im/pecl-stomp2: Fix build with php85
- Switch to DISTVERSION while I am here Approved by: portmgr (blanket)
This commit is contained in:
parent
ce7cb87688
commit
9039da88bb
|
@ -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 <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD
|
||||
CFLAGS+= -Wno-error=int-conversion
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in New Issue