pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ortp ortp: Remove -Werror.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2ca4c864557
branches:  trunk
changeset: 379449:e2ca4c864557
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue May 17 12:04:30 2022 +0000

description:
ortp: Remove -Werror.

This package could really do with an update, some of the constructs are
questionable and possibly already fixed upstream.

diffstat:

 net/ortp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 08fe0bef3758 -r e2ca4c864557 net/ortp/Makefile
--- a/net/ortp/Makefile Tue May 17 11:55:23 2022 +0000
+++ b/net/ortp/Makefile Tue May 17 12:04:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/12/08 16:06:05 adam Exp $
+# $NetBSD: Makefile,v 1.15 2022/05/17 12:04:30 jperkin Exp $
 #
 
 DISTNAME=      ortp-0.16.1
@@ -21,6 +21,8 @@
 CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -D__EXTENSIONS__ -DBSD_COMP
 LDFLAGS.SunOS+=        -lsocket -lnsl
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "options.mk"
 
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index