Dr. Werner Fink 2022-06-21 08:28:39 +00:00 committed by Git OBS Bridge
parent 1818ff4adf
commit 735b19df82
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 21 08:26:38 UTC 2022 - Dr. Werner Fink <werner@suse.de>
- Support gcc-g++13
-------------------------------------------------------------------
Wed May 25 09:36:56 UTC 2022 - Dr. Werner Fink <werner@suse.de>

View File

@ -3834,7 +3834,7 @@ This package is required by the package texlive-biber-bin.
CC=gcc
CXX=g++
XCFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE"
XCXXFLAGS="$XCFLAGS"
XCXXFLAGS="$XCFLAGS -include cstdint"
cflags ()
{
local flag=$1; shift || return