diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-03 15:04:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-03 15:04:39 +0100 |
commit | 8cdecc1c3f6eeede061a63f2d9ac867ded0f6a4d (patch) | |
tree | 42eac5beffe98185a5d37cf2dffed180ae07113f | |
parent | a139379fca86297fadf17d0b80d9a149435a3829 (diff) |
libui: fix for EL-7
-rw-r--r-- | libui.spec | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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} |