pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/rudiments rudiments: strip -Werror



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a486d383c2cc
branches:  trunk
changeset: 339211:a486d383c2cc
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Sep 08 16:31:33 2019 +0000

description:
rudiments: strip -Werror

this is causing problems with deprecations in recent linux standard libs.

diffstat:

 devel/rudiments/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 825d616090bc -r a486d383c2cc devel/rudiments/Makefile
--- a/devel/rudiments/Makefile  Sun Sep 08 15:55:48 2019 +0000
+++ b/devel/rudiments/Makefile  Sun Sep 08 16:31:33 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2019/08/22 12:23:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2019/09/08 16:31:33 nia Exp $
 #
 
 DISTNAME=              rudiments-1.0.2
@@ -18,6 +18,7 @@
 USE_PKGLOCALEDIR=      YES
 PTHREAD_AUTO_VARS=     YES
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
 BUILDLINK_TRANSFORM+=  rm:-Wno-long-double
 
 .include "../../mk/compiler.mk"



Home | Main Index | Thread Index | Old Index