graphics/mesa-devel: unbreak on aarch64 after b7e360bd9f

In file included from ../src/panfrost/lib/pan_bo.c:31:
./include/drm-uapi/panfrost_drm.h:239:2: error: unknown type name '__le32'
        __le32 magic;
        ^
./include/drm-uapi/panfrost_drm.h:240:2: error: unknown type name '__le32'
        __le32 type;
        ^
./include/drm-uapi/panfrost_drm.h:241:2: error: unknown type name '__le32'
        __le32 file_size;
        ^
./include/drm-uapi/panfrost_drm.h:242:2: error: unknown type name '__le32'
        __le32 file_offset;
        ^
./include/drm-uapi/panfrost_drm.h:246:4: error: unknown type name '__le64'
                        __le64 jc;
                        ^
./include/drm-uapi/panfrost_drm.h:247:4: error: unknown type name '__le32'
                        __le32 gpu_id;
                        ^
./include/drm-uapi/panfrost_drm.h:248:4: error: unknown type name '__le32'
                        __le32 major;
                        ^
./include/drm-uapi/panfrost_drm.h:249:4: error: unknown type name '__le32'
                        __le32 minor;
                        ^
./include/drm-uapi/panfrost_drm.h:250:4: error: unknown type name '__le64'
                        __le64 nbos;
                        ^
./include/drm-uapi/panfrost_drm.h:254:4: error: unknown type name '__le32'
                        __le32 valid;
                        ^
./include/drm-uapi/panfrost_drm.h:255:4: error: unknown type name '__le64'
                        __le64 iova;
                        ^
./include/drm-uapi/panfrost_drm.h:256:4: error: unknown type name '__le32'
                        __le32 data[2];
                        ^
./include/drm-uapi/panfrost_drm.h:264:3: error: unknown type name '__le32'
                __le32 sizer[496];
                ^
./include/drm-uapi/panfrost_drm.h:270:2: error: unknown type name '__le32'
        __le32 reg;
        ^
./include/drm-uapi/panfrost_drm.h:271:2: error: unknown type name '__le32'
        __le32 value;
        ^

Reported by:	pkg-fallout
This commit is contained in:
Jan Beich 2022-09-13 08:03:16 +00:00
parent 8b2714a0e1
commit beb133aa29

View File

@ -56,6 +56,7 @@ OPTIONS_GROUP_VULKAN= anv hasvk radv
OPTIONS_EXCLUDE_DragonFly= LIBUNWIND anv hasvk
OPTIONS_EXCLUDE_i386= LTO # anv: vkcube fails on vkCreateSwapchainKHR
OPTIONS_EXCLUDE_powerpc64= ${"${/usr/bin/ld:L:tA}"==/usr/bin/ld.lld:?LTO:} # https://github.com/llvm/llvm-project/issues/46697
OPTIONS_EXCLUDE+= panfrost # https://gitlab.freedesktop.org/mesa/mesa/-/issues/7252
OPTIONS_EXCLUDE+= ${ARCH:Naarch64:C/.+/panfrost/}
OPTIONS_EXCLUDE+= ${ARCH:Namd64:Ni386:Nx86_64:C/.+/anv crocus hasvk iris/}
OPTIONS_EXCLUDE+= ${ARCH:Naarch64:Namd64:Ni386:Npowerpc64:Npowerpc64le:Nx86_64:C/.+/LIBUNWIND/}