pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/gupnp-tools
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 10 10:05:14 UTC 2024
Modified Files:
pkgsrc/net/gupnp-tools: Makefile
Log Message:
gupnp-tools: not -Werror safe
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/gupnp-tools/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/gupnp-tools/Makefile
diff -u pkgsrc/net/gupnp-tools/Makefile:1.88 pkgsrc/net/gupnp-tools/Makefile:1.89
--- pkgsrc/net/gupnp-tools/Makefile:1.88 Tue Nov 14 14:02:39 2023
+++ pkgsrc/net/gupnp-tools/Makefile Sat Feb 10 10:05:14 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2023/11/14 14:02:39 wiz Exp $
+# $NetBSD: Makefile,v 1.89 2024/02/10 10:05:14 wiz Exp $
DISTNAME= gupnp-tools-0.12.1
PKGREVISION= 4
@@ -13,6 +13,8 @@ LICENSE= gnu-gpl-v2
USE_TOOLS+= intltool msgfmt pkg-config
+BUILDLINK_TRANSFORM+= rm:-Werror=deprecated-declarations
+
.include "../../devel/gettext-tools/msgfmt-desktop.mk"
.include "../../devel/meson/build.mk"
.include "../../net/gupnp/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index