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/184f90d8becf
branches: trunk
changeset: 336548:184f90d8becf
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 91eecff0135c -r 184f90d8becf 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