diff options
author | nia <nia@pkgsrc.org> | 2019-09-03 12:51:56 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-09-03 12:51:56 +0000 |
commit | 0109176ddbf546bfc7a0a6131be3fa61cabd9df5 (patch) | |
tree | 1a8f0996f08a2f54a0f4c255def618a792deee3c /comms | |
parent | c340b33d613076a86356082182eeb1e26e13b380 (diff) | |
download | pkgsrc-0109176ddbf546bfc7a0a6131be3fa61cabd9df5.tar.gz |
synce-rra: Strip -Werror
Diffstat (limited to 'comms')
-rw-r--r-- | comms/synce-rra/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/synce-rra/Makefile b/comms/synce-rra/Makefile index f40ac4600ee..13be348ceac 100644 --- a/comms/synce-rra/Makefile +++ b/comms/synce-rra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/03 11:24:44 asau Exp $ +# $NetBSD: Makefile,v 1.9 2019/09/03 12:51:56 nia Exp $ # DISTNAME= synce-rra-0.9.1 @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes CFLAGS.SunOS+= -D__EXTENSIONS__ +BUILDLINK_TRANSFORM+= rm:-Werror + .include "../../comms/synce-librapi2/buildlink3.mk" .include "../../comms/synce-libsynce/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" |