Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/fontconfig/src Disable optimization on...



details:   https://anonhg.NetBSD.org/src/rev/4a5682499a03
branches:  trunk
changeset: 373168:4a5682499a03
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 22 20:36:46 2023 +0000

description:
Disable optimization on vax

diffstat:

 external/mit/xorg/lib/fontconfig/src/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 411d67daa2de -r 4a5682499a03 external/mit/xorg/lib/fontconfig/src/Makefile
--- a/external/mit/xorg/lib/fontconfig/src/Makefile     Sun Jan 22 18:45:43 2023 +0000
+++ b/external/mit/xorg/lib/fontconfig/src/Makefile     Sun Jan 22 20:36:46 2023 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2023/01/22 14:35:10 christos Exp $
+#      $NetBSD: Makefile,v 1.28 2023/01/22 20:36:46 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -294,6 +294,11 @@
 CPPFLAGS.fccache.c+=   -Wno-error=discarded-qualifiers
 CPPFLAGS.fccfg.c+=     -Wno-error=discarded-qualifiers
 
+.if ${MACHINE_ARCH:Mvax}
+COPTS.fccache.c+=      -O0
+COPTS.fccfg.c+=        -O0
+.endif
+
 .include "Makefile.fcarch"
 
 CLEANFILES+= fcarch.h



Home | Main Index | Thread Index | Old Index