[Bug 264137] games/libretro-desmume2015: JIT incorrectly disabled

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 21 May 2022 21:28:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264137

            Bug ID: 264137
           Summary: games/libretro-desmume2015: JIT incorrectly disabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: henry.hu.sh@gmail.com
                CC: dmenelkir@gmail.com
                CC: dmenelkir@gmail.com
             Flags: maintainer-feedback?(dmenelkir@gmail.com)

The current Makefile says

.if ${ARCH} != aarch64 || ${ARCH} != amd64 || !${ARCH:Marmv*} || ${ARCH} !=
i386
MAKE_ENV+=      DESMUME_JIT=0
.endif


As you can see, since ARCH can only take one value, this always disables JIT.
I think the conditions should be combined with &&, not ||.

-- 
You are receiving this mail because:
You are the assignee for the bug.