pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ortp
Module Name: pkgsrc
Committed By: jperkin
Date: Tue May 17 12:04:30 UTC 2022
Modified Files:
pkgsrc/net/ortp: Makefile
Log Message:
ortp: Remove -Werror.
This package could really do with an update, some of the constructs are
questionable and possibly already fixed upstream.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/ortp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/ortp/Makefile
diff -u pkgsrc/net/ortp/Makefile:1.14 pkgsrc/net/ortp/Makefile:1.15
--- pkgsrc/net/ortp/Makefile:1.14 Wed Dec 8 16:06:05 2021
+++ pkgsrc/net/ortp/Makefile Tue May 17 12:04:30 2022
@@ -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 @@ PKGCONFIG_OVERRIDE+= ortp.pc.in
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