We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f97edd commit cb986bdCopy full SHA for cb986bd
gcc14-fix118817.patch
glimpse.spec
@@ -7,8 +7,9 @@ BuildRequires: autotools
7
%prep
8
%setup -n %{n}-%realversion
9
%build
10
-
+%if %{cmscompilerv}>13
11
CFLAGS="-Wno-error=return-mismatch -Wno-error=implicit-int -Wno-error=implicit-function-declaration" \
12
+%endif
13
./configure --prefix=%{i}
14
# Turn off this part, it causes problems for 32-bit-on-64-bit and is only
15
# needed for webglimpse
0 commit comments