diff --git a/app/bitmap/Makefile.bsd-wrapper b/app/bitmap/Makefile.bsd-wrapper index 0155eab10..4d79bf0cb 100644 --- a/app/bitmap/Makefile.bsd-wrapper +++ b/app/bitmap/Makefile.bsd-wrapper @@ -1,3 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2006/11/27 19:27:25 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2025/06/30 14:10:09 miod Exp $ + +.if ${MACHINE_CPU} == "mips64" +CFLAGS+= -O0 +CONFIGURE_ARGS+= --cache-file=/dev/null +.endif .include diff --git a/lib/libXfont2/Makefile.bsd-wrapper b/lib/libXfont2/Makefile.bsd-wrapper index 777956dcb..0a5ad4c43 100644 --- a/lib/libXfont2/Makefile.bsd-wrapper +++ b/lib/libXfont2/Makefile.bsd-wrapper @@ -1,8 +1,13 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.5 2025/03/09 15:14:49 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.6 2025/06/30 14:10:09 miod Exp $ .include SHARED_LIBS= Xfont2 3.0 CONFIGURE_ARGS+= --disable-fc --with-xmlto=no --disable-devel-docs +.if ${MACHINE_CPU} == "mips64" +CFLAGS+= -O1 +CONFIGURE_ARGS+= --cache-file=/dev/null +.endif + .include