diff options
Diffstat (limited to 'net-im/pecl-stomp2')
-rw-r--r-- | net-im/pecl-stomp2/Makefile | 10 |
1 files 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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD +CFLAGS+= -Wno-error=int-conversion +.endif + +.include <bsd.port.post.mk> |