pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/telegram-purple



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec  9 09:42:15 UTC 2020

Modified Files:
        pkgsrc/chat/telegram-purple: Makefile

Log Message:
telegram-purple: Strip out -Werror. Should fix gcc9 build.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/telegram-purple/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/telegram-purple/Makefile
diff -u pkgsrc/chat/telegram-purple/Makefile:1.11 pkgsrc/chat/telegram-purple/Makefile:1.12
--- pkgsrc/chat/telegram-purple/Makefile:1.11   Thu Nov  5 09:07:37 2020
+++ pkgsrc/chat/telegram-purple/Makefile        Wed Dec  9 09:42:14 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/11/05 09:07:37 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2020/12/09 09:42:14 nia Exp $
 
 DISTNAME=      telegram-purple_1.3.1.orig
 PKGNAME=       telegram-purple-1.3.1
@@ -31,6 +31,8 @@ SUBST_MESSAGE.tglpub= Adjust path to ser
 SUBST_FILES.tglpub=    telegram-purple.c
 SUBST_SED.tglpub=      -e "s|/etc/|${PKG_SYSCONFDIR}/|g"
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/tg-server.tglpub ${DESTDIR}${EGDIR}/server.tglpub
 



Home | Main Index | Thread Index | Old Index