diff options
author | nia <nia@pkgsrc.org> | 2019-07-17 12:10:32 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-17 12:10:32 +0000 |
commit | 104835025afbc7f168df8a5cbe6d184669d22678 (patch) | |
tree | 5a9aaff750aa02b2a513f17764c075e07bb34a2c /chat | |
parent | 6fa3d4a8170d0f20f7fb740cc04aeddcc4924c5e (diff) | |
download | pkgsrc-104835025afbc7f168df8a5cbe6d184669d22678.tar.gz |
weechat: Remove -Werror-implicit-function-declaration
This should help out older NetBSD versions.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/weechat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/weechat/Makefile b/chat/weechat/Makefile index a676a057442..56cfe178de4 100644 --- a/chat/weechat/Makefile +++ b/chat/weechat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.96 2019/07/09 16:23:04 nia Exp $ +# $NetBSD: Makefile,v 1.97 2019/07/17 12:10:32 nia Exp $ DISTNAME= weechat-2.5 PKGREVISION= 2 @@ -34,6 +34,8 @@ LDFLAGS+= ${BUILDLINK_LDADD.gettext} LDFLAGS.Darwin+= -lresolv LDFLAGS.SunOS+= -lresolv +BUILDLINK_TRANSFORM+= rm:-Werror-implicit-function-declaration + .include "options.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |