pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gupnp-av



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb  1 07:01:29 UTC 2024

Modified Files:
        pkgsrc/net/gupnp-av: Makefile

Log Message:
gupnp-av: avoid a -Werror to fix build


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/net/gupnp-av/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-av/Makefile
diff -u pkgsrc/net/gupnp-av/Makefile:1.59 pkgsrc/net/gupnp-av/Makefile:1.60
--- pkgsrc/net/gupnp-av/Makefile:1.59   Sun Nov 12 13:23:08 2023
+++ pkgsrc/net/gupnp-av/Makefile        Thu Feb  1 07:01:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2023/11/12 13:23:08 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2024/02/01 07:01:29 wiz Exp $
 
 DISTNAME=      gupnp-av-0.14.1
 PKGREVISION=   2
@@ -16,6 +16,8 @@ USE_TOOLS+=   pkg-config
 PKGCONFIG_OVERRIDE+=           output/meson-private/gupnp-av-1.0.pc
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 
+BUILDLINK_TRANSFORM+=  rm:-Werror=deprecated-declarations
+
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../lang/vala/buildlink3.mk"



Home | Main Index | Thread Index | Old Index