git: bf722de807e3 - 2023Q1 - x11/hyprpaper: ignore on big-endian architectures

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 27 Feb 2023 18:22:12 UTC
The branch 2023Q1 has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=bf722de807e34d16e9d81206754ab968cccf2040

commit bf722de807e34d16e9d81206754ab968cccf2040
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-27 18:14:07 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-27 18:21:46 +0000

    x11/hyprpaper: ignore on big-endian architectures
    
    src/helpers/Jpeg.cpp:8:2: error: "your system is not little endian, jpeg will not work, ping vaxry or something"
     #error "your system is not little endian, jpeg will not work, ping vaxry or something"
      ^
    
    Reported by:    pkg-fallout (powerpc64)
    
    (cherry picked from commit 827d888b22f23e8aeb8e4205262f9d6845d7af85)
    (cherry picked from commit e807fb8510bd63fba611e6200fec4f7ba1cd7a8c)
---
 x11/hyprpaper/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11/hyprpaper/Makefile b/x11/hyprpaper/Makefile
index 2933233c9c05..f4616faa0d1c 100644
--- a/x11/hyprpaper/Makefile
+++ b/x11/hyprpaper/Makefile
@@ -9,6 +9,9 @@ WWW=		https://github.com/hyprwm/hyprpaper
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NOT_FOR_ARCHS=	mips mips64 powerpc powerpc64 powerpcspe sparc64
+NOT_FOR_ARCHS_REASON=	only little-endian is supported
+
 BUILD_DEPENDS=	gmake:devel/gmake \
 		wayland-protocols>0:graphics/wayland-protocols
 LIB_DEPENDS=	libwayland-client.so:graphics/wayland