pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/vali



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 18 07:19:19 UTC 2026

Modified Files:
        pkgsrc/devel/vali: Makefile

Log Message:
vali: fix build on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/vali/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/vali/Makefile
diff -u pkgsrc/devel/vali/Makefile:1.1 pkgsrc/devel/vali/Makefile:1.2
--- pkgsrc/devel/vali/Makefile:1.1      Wed Apr 15 08:04:23 2026
+++ pkgsrc/devel/vali/Makefile  Tue Aug 18 07:19:19 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2026/04/15 08:04:23 kikadf Exp $
+# $NetBSD: Makefile,v 1.2 2026/08/18 07:19:19 wiz Exp $
 
 DISTNAME=              vali-0.1.1
 CATEGORIES=            devel
@@ -17,6 +17,8 @@ WRKSRC=                       ${WRKDIR}/vali-${GITLAB_TAG}
 PKGCONFIG_OVERRIDE_STAGE=      pre-build
 PKGCONFIG_OVERRIDE=            output/meson-private/vali.pc
 
+BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
+
 .include "../../devel/meson/build.mk"
 .include "../../textproc/json-c/buildlink3.mk"
 .include "../../devel/aml/buildlink3.mk"



Home | Main Index | Thread Index | Old Index