CVS commit: pkgsrc/wayland/swaybg
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Fri Aug 21 06:48:59 UTC 2026 Modified Files: pkgsrc/wayland/swaybg: Makefile Log Message: swaybg: fix build on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/wayland/swaybg/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 768 B)
Modified files: Index: pkgsrc/wayland/swaybg/Makefile diff -u pkgsrc/wayland/swaybg/Makefile:1.1 pkgsrc/wayland/swaybg/Makefile:1.2 --- pkgsrc/wayland/swaybg/Makefile:1.1 Tue Apr 14 12:35:52 2026 +++ pkgsrc/wayland/swaybg/Makefile Fri Aug 21 06:48:59 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2026/04/14 12:35:52 kikadf Exp $ +# $NetBSD: Makefile,v 1.2 2026/08/21 06:48:59 wiz Exp $ DISTNAME= swaybg-1.2.2 CATEGORIES= wayland @@ -19,6 +19,8 @@ SUBST_FILES.nogit+= meson.build SUBST_SED.nogit+= -e 's/git =/\#git =/g' SUBST_SED.nogit+= -e 's/git.found()/false/g' +BUILDLINK_TRANSFORM+= rm:-Wl,--fatal-warnings + .include "../../devel/meson/build.mk" .include "../../devel/wayland/buildlink3.mk" .include "../../devel/wayland-protocols/buildlink3.mk"