[Bug 274783] emulators/mame: Update to 0.260

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Nov 2023 23:37:29 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274783

Robert Clausecker <fuz@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |fuz@FreeBSD.org

--- Comment #7 from Robert Clausecker <fuz@FreeBSD.org> ---
If you add an OPENMP option, make sure it is only present if the file
/usr/include/omp.h exists.  Otherwise OPENMP is not supported and must not be
enabled.  This is the case e.g. on armv7.  So for example do

    .if !exists(/usr/include/omp.h)
    OPTIONS_EXCLUDE= OPENMP
    .endif

Will let diizzy handle the rest.

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