From 8cdecc1c3f6eeede061a63f2d9ac867ded0f6a4d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Nov 2016 15:04:39 +0100 Subject: libui: fix for EL-7 --- libui.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libui.spec b/libui.spec index 23717aa..f049ef4 100644 --- a/libui.spec +++ b/libui.spec @@ -51,6 +51,10 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} +%if 0%{?rhel} +sed -e 's/NOT APPLE/0/' -i CMakeLists.txt +%endif + %build %if 0%{?rhel} -- cgit