pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/weechat



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 17 12:10:32 UTC 2019

Modified Files:
        pkgsrc/chat/weechat: Makefile

Log Message:
weechat: Remove -Werror-implicit-function-declaration

This should help out older NetBSD versions.


To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/chat/weechat/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/weechat/Makefile
diff -u pkgsrc/chat/weechat/Makefile:1.96 pkgsrc/chat/weechat/Makefile:1.97
--- pkgsrc/chat/weechat/Makefile:1.96   Tue Jul  9 16:23:04 2019
+++ pkgsrc/chat/weechat/Makefile        Wed Jul 17 12:10:32 2019
@@ -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"



Home | Main Index | Thread Index | Old Index