Skip to content

Commit 9a7997f

Browse files
natnat
authored andcommitted
Do the same for m68ksf as for m68k with regard to fno-stack-protector.
1 parent 1287910 commit 9a7997f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

external/mit/xorg/lib/freetype/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.26 2024/08/17 12:36:43 rin Exp $
1+
# $NetBSD: Makefile,v 1.27 2026/03/17 18:20:34 nat Exp $
22

33
USE_FORT?= yes # data-driven bugs?
44

@@ -114,7 +114,7 @@ PKGCONFIG= freetype2
114114
PKGDIST.freetype2= ${.CURDIR}
115115
PKGCONFIG_VERSION.freetype2= 23:0:17
116116

117-
.if ${MACHINE_ARCH} == "m68k" && ${HAVE_GCC:U0} == 12
117+
.if ${MACHINE_ARCH:S/m68ksf/m68k/} == "m68k" && ${HAVE_GCC:U0} >= 12
118118
COPTS.ftlzw.c+= -fno-stack-protector
119119
.endif
120120

0 commit comments

Comments
 (0)