SHA256
1
0
forked from pool/text-engine

4 Commits

3 changed files with 6 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e515d7c7ca73df0239c9badf12d80846aa1479c6e084fd8c791881e17db540d
size 15728

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 22 09:13:26 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- fix CFLAGS in the correct manner with -Wno-incompatible-pointer-types
-------------------------------------------------------------------
Thu Aug 29 01:22:11 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>

View File

@@ -56,7 +56,7 @@ Requires: lib%{name}-%{soversion} >= %{version}
%autosetup -p1
%build
export CFLAGS="${optflags} -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated-declarations -Wno-incompatible-pointer-types"
export CFLAGS="%{optflags} -Wno-incompatible-pointer-types"
%meson
%meson_build