CVS commit: pkgsrc/wayland/slurp
"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:47:46 UTC 2026 Modified Files: pkgsrc/wayland/slurp: Makefile Log Message: slurp: fix build on NetBSD To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/wayland/slurp/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 681 B)
Modified files: Index: pkgsrc/wayland/slurp/Makefile diff -u pkgsrc/wayland/slurp/Makefile:1.1 pkgsrc/wayland/slurp/Makefile:1.2 --- pkgsrc/wayland/slurp/Makefile:1.1 Tue Apr 14 13:35:41 2026 +++ pkgsrc/wayland/slurp/Makefile Fri Aug 21 06:47:46 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2026/04/14 13:35:41 kikadf Exp $ +# $NetBSD: Makefile,v 1.2 2026/08/21 06:47:46 wiz Exp $ DISTNAME= slurp-1.5.0 CATEGORIES= wayland @@ -12,6 +12,8 @@ LICENSE= mit USE_TOOLS+= pkg-config +BUILDLINK_TRANSFORM+= rm:-Wl,--fatal-warnings + .include "../../devel/meson/build.mk" .include "../../devel/wayland/buildlink3.mk" .include "../../devel/wayland-protocols/buildlink3.mk"