pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/weechat weechat: Remove -Werror-implicit-function...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80c72b0838c9
branches:  trunk
changeset: 398366:80c72b0838c9
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jul 17 12:10:32 2019 +0000

description:
weechat: Remove -Werror-implicit-function-declaration

This should help out older NetBSD versions.

diffstat:

 chat/weechat/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 1a03987ca29c -r 80c72b0838c9 chat/weechat/Makefile
--- a/chat/weechat/Makefile     Wed Jul 17 11:58:23 2019 +0000
+++ b/chat/weechat/Makefile     Wed Jul 17 12:10:32 2019 +0000
@@ -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.Darwin+=       -lresolv
 LDFLAGS.SunOS+=                -lresolv
 
+BUILDLINK_TRANSFORM+=  rm:-Werror-implicit-function-declaration
+
 .include "options.mk"
 
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index