From e3b7930bc535b6f6f03416f6869950170707614e Mon Sep 17 00:00:00 2001
From: Andreas Wacknitz <A.Wacknitz@gmx.de>
Date: Fri, 16 Feb 2024 23:05:15 +0100
Subject: [PATCH] rebuild eom

---
 components/image/eom/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/components/image/eom/Makefile b/components/image/eom/Makefile
index 8bf77b7..860aece 100644
--- a/components/image/eom/Makefile
+++ b/components/image/eom/Makefile
@@ -23,6 +23,7 @@
 COMPONENT_NAME=		eom
 COMPONENT_MJR_VERSION=	1.26
 COMPONENT_MNR_VERSION=	1
+COMPONENT_REVISION=		1
 COMPONENT_SUMMARY=      MATE image viewer
 COMPONENT_ARCHIVE_HASH= sha256:b5251229494f7e6c62e09fb211e43308df4f074c551ba0a233dc2cd6864b9960
 COMPONENT_ARCHIVE_URL=  https://pub.mate-desktop.org/releases/$(COMPONENT_MJR_VERSION)/$(COMPONENT_ARCHIVE)
@@ -39,7 +40,7 @@
 CPPFLAGS	+=    $(JPEG_CPPFLAGS)
 LDFLAGS		+=    $(JPEG_LDFLAGS)
 
-CFLAGS += -DCPP_XPG6MODE
+CFLAGS += $(XPG6MODE)
 
 CONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
 

--
Gitblit v1.9.3