Thu Jul 27 21:58:51 2023 UTC ()
disable lint for arm


(christos)
diff -r1.24 -r1.25 src/external/mit/xorg/lib/freetype/Makefile

cvs diff -r1.24 -r1.25 src/external/mit/xorg/lib/freetype/Makefile (expand / switch to unified diff)

--- src/external/mit/xorg/lib/freetype/Makefile 2023/02/24 17:08:31 1.24
+++ src/external/mit/xorg/lib/freetype/Makefile 2023/07/27 21:58:51 1.25
@@ -1,17 +1,21 @@ @@ -1,17 +1,21 @@
1# $NetBSD: Makefile,v 1.24 2023/02/24 17:08:31 mrg Exp $ 1# $NetBSD: Makefile,v 1.25 2023/07/27 21:58:51 christos Exp $
2 2
3USE_FORT?= yes # data-driven bugs? 3USE_FORT?= yes # data-driven bugs?
4 4
 5.if !empty(MACHINE:M*arm*)
 6NOLINT=yes # We don't have the neon/simd builtins
 7.endif
 8
5.include <bsd.own.mk> 9.include <bsd.own.mk>
6 10
7LIB= freetype 11LIB= freetype
8 12
9FREETYPE= ${X11SRCDIR.${LIB}} 13FREETYPE= ${X11SRCDIR.${LIB}}
10 14
11SUBDIR= freetype 15SUBDIR= freetype
12 16
13.PATH: ${X11SRCDIR.freetype}/include/ 17.PATH: ${X11SRCDIR.freetype}/include/
14 18
15INCSDIR=${X11INCDIR}/freetype2 19INCSDIR=${X11INCDIR}/freetype2
16 20
17INCS= ft2build.h 21INCS= ft2build.h