SHA256
8
0
forked from pool/motif

2 Commits

2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jul 25 06:20:02 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com>
- fix build with gcc15
------------------------------------------------------------------- -------------------------------------------------------------------
Mon May 13 13:47:29 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com> Mon May 13 13:47:29 UTC 2024 - Antonio Teixeira <antonio.teixeira@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package motif # spec file for package motif
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -121,7 +121,7 @@ sed -i 's|{libdir}/X11|{datadir}/X11|' configure.ac
%build %build
autoreconf -fi autoreconf -fi
export CFLAGS="%{optflags} -fno-strict-aliasing" export CFLAGS="%{optflags} -fno-strict-aliasing -std=gnu11"
%configure \ %configure \
--disable-static \ --disable-static \
--disable-demos \ --disable-demos \