diff options
Diffstat (limited to 'x11/pixman/Makefile')
-rw-r--r-- | x11/pixman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 1c0f289b7f33..24bcdd9e55aa 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -62,7 +62,7 @@ MESON_ARGS+= -Dvmx=enabled .else MESON_ARGS+= -Dvmx=disabled .endif -.if ${ARCH} == riscv64 +.if ${ARCH} == riscv64 && 0 # XXX Convert to elf_aux_info + HWCAP_ISA_V MESON_ARGS+= -Drvv=enabled .else MESON_ARGS+= -Drvv=disabled |