pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/kiwix-tools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 11 19:23:15 UTC 2026

Modified Files:
        pkgsrc/www/kiwix-tools: Makefile

Log Message:
kiwix-tools: fix build on NetBSD

linker warns about cabs* in libm


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/kiwix-tools/Makefile

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

Modified files:

Index: pkgsrc/www/kiwix-tools/Makefile
diff -u pkgsrc/www/kiwix-tools/Makefile:1.8 pkgsrc/www/kiwix-tools/Makefile:1.9
--- pkgsrc/www/kiwix-tools/Makefile:1.8 Thu May 14 16:42:20 2026
+++ pkgsrc/www/kiwix-tools/Makefile     Tue Aug 11 19:23:15 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2026/05/14 16:42:20 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2026/08/11 19:23:15 wiz Exp $
 
 DISTNAME=      kiwix-tools-3.8.2
 PKGREVISION=   1
@@ -14,6 +14,8 @@ LICENSE=      gnu-gpl-v3
 USE_LANGUAGES= c++
 USE_TOOLS+=    pkg-config
 
+BUILDLINK_TRANSFORM+=  rm:-Wl,--fatal-warnings
+
 .include "../../devel/meson/build.mk"
 .include "../../devel/docopt.cpp/buildlink3.mk"
 .include "../../textproc/libzim/buildlink3.mk"



Home | Main Index | Thread Index | Old Index