CVS commit: pkgsrc/fonts/fcft
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Fri Aug 21 06:45:59 UTC 2026 Modified Files: pkgsrc/fonts/fcft: Makefile Log Message: fcft: try fixing NetBSD build To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/fonts/fcft/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 670 B)
Modified files: Index: pkgsrc/fonts/fcft/Makefile diff -u pkgsrc/fonts/fcft/Makefile:1.1 pkgsrc/fonts/fcft/Makefile:1.2 --- pkgsrc/fonts/fcft/Makefile:1.1 Tue Apr 14 12:06:06 2026 +++ pkgsrc/fonts/fcft/Makefile Fri Aug 21 06:45:59 2026 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2026/04/14 12:06:06 kikadf Exp $ +# $NetBSD: Makefile,v 1.2 2026/08/21 06:45:59 wiz Exp $ DISTNAME= fcft-3.3.3 CATEGORIES= fonts @@ -11,6 +11,8 @@ LICENSE= mit USE_TOOLS+= pkg-config +BUILDLINK_TRANSFORM+= rm:-Wl,--fatal-warnings + .include "../../fonts/fontconfig/buildlink3.mk" .include "../../fonts/harfbuzz/buildlink3.mk" .include "../../converters/utf8proc/buildlink3.mk"