Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2022 21:28:15 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264137] games/libretro-desmume2015: JIT incorrectly disabled
Message-ID:  <bug-264137-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264137

            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} !=3D aarch64 || ${ARCH} !=3D amd64 || !${ARCH:Marmv*} || ${ARCH=
} !=3D
i386
MAKE_ENV+=3D      DESMUME_JIT=3D0
.endif


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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264137-7788>