Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/userppp userppp: Disable werror again



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0242c51f38e
branches:  trunk
changeset: 432754:e0242c51f38e
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon May 25 12:01:20 2020 +0000

description:
userppp: Disable werror again

http://www.ki.nu/pkgsrc/reports/current/NetBSD-9.0/20200521.1358/userppp-001107nb2/build.log

diffstat:

 net/userppp/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9572018d1b01 -r e0242c51f38e net/userppp/Makefile
--- a/net/userppp/Makefile      Mon May 25 11:56:13 2020 +0000
+++ b/net/userppp/Makefile      Mon May 25 12:01:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/03/29 06:01:31 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/25 12:01:20 nia Exp $
 
 DISTNAME=              ppp-001107.src
 PKGNAME=               userppp-001107
@@ -19,6 +19,9 @@
 
 CFLAGS+=               -fno-strict-aliasing
 
+MAKE_ENV+=             NOCLANGERROR=1
+MAKE_ENV+=             NOGCCERROR=1
+
 SUBST_CLASSES+=                cfgdir
 SUBST_STAGE.cfgdir=    do-configure
 SUBST_FILES.cfgdir=    ppp/ppp.8 pppctl/pppctl.8



Home | Main Index | Thread Index | Old Index