We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1287910 commit 9a7997fCopy full SHA for 9a7997f
1 file changed
external/mit/xorg/lib/freetype/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.26 2024/08/17 12:36:43 rin Exp $
+# $NetBSD: Makefile,v 1.27 2026/03/17 18:20:34 nat Exp $
2
3
USE_FORT?= yes # data-driven bugs?
4
@@ -114,7 +114,7 @@ PKGCONFIG= freetype2
114
PKGDIST.freetype2= ${.CURDIR}
115
PKGCONFIG_VERSION.freetype2= 23:0:17
116
117
-.if ${MACHINE_ARCH} == "m68k" && ${HAVE_GCC:U0} == 12
+.if ${MACHINE_ARCH:S/m68ksf/m68k/} == "m68k" && ${HAVE_GCC:U0} >= 12
118
COPTS.ftlzw.c+= -fno-stack-protector
119
.endif
120
0 commit comments