pkgsrc-Changes archive

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

CVS commit: pkgsrc/wayland/slurp



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.

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"



Home | Main Index | Thread Index | Old Index