CVS commit: pkgsrc/www/libkiwix
"Havard Eidnes" <[email protected]> Fri, 7 Aug 2026 17:28:28 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: he Date: Fri Aug 7 17:28:28 UTC 2026 Modified Files: pkgsrc/www/libkiwix: Makefile Log Message: www/libkiwix: add atomic64.mk, fixes build problem for macppc. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/libkiwix/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 697 B)
Modified files: Index: pkgsrc/www/libkiwix/Makefile diff -u pkgsrc/www/libkiwix/Makefile:1.9 pkgsrc/www/libkiwix/Makefile:1.10 --- pkgsrc/www/libkiwix/Makefile:1.9 Sun May 17 14:14:32 2026 +++ pkgsrc/www/libkiwix/Makefile Fri Aug 7 17:28:28 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2026/05/17 14:14:32 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2026/08/07 17:28:28 he Exp $ DISTNAME= libkiwix-14.2.1 CATEGORIES= www textproc @@ -30,4 +30,5 @@ BUILDLINK_API_DEPENDS.libzim+= libzim>=9 .include "../../textproc/libzim/buildlink3.mk" .include "../../www/curl/buildlink3.mk" .include "../../www/libmicrohttpd/buildlink3.mk" +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk"