CVS commit: pkgsrc/wayland/wlroots
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Tue Aug 11 17:32:34 UTC 2026 Modified Files: pkgsrc/wayland/wlroots: Makefile Log Message: iwlroots: fix build on NetBSD linker complains about cabs etc. in libm To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/wayland/wlroots/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 694 B)
Modified files: Index: pkgsrc/wayland/wlroots/Makefile diff -u pkgsrc/wayland/wlroots/Makefile:1.3 pkgsrc/wayland/wlroots/Makefile:1.4 --- pkgsrc/wayland/wlroots/Makefile:1.3 Mon Jul 20 17:27:15 2026 +++ pkgsrc/wayland/wlroots/Makefile Tue Aug 11 17:32:34 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2026/07/20 17:27:15 kikadf Exp $ +# $NetBSD: Makefile,v 1.4 2026/08/11 17:32:34 wiz Exp $ DISTNAME= wlroots-0.20.2 CATEGORIES= wayland @@ -27,6 +27,8 @@ SUBST_VARS.path+= PREFIX X11BASE PKG_FAIL_REASON+= "DRM_IOCTL_GET_UNIQUE is not allowed on render nodes" .endif +BUILDLINK_TRANSFORM+= rm:-Wl,--fatal-warnings + .include "options.mk" .include "../../devel/meson/build.mk"