2025-04-29 11:00:32 +00:00
committed by Git OBS Bridge
parent b15728f4f3
commit dd58e8a860
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,4 @@
-------------------------------------------------------------------
Sun Apr 20 17:46:08 UTC 2025 - Friedrich Haubensak <hsk17@mail.de>
- Add source-asymptote-liblsp.dif: fix some missing #include

View File

@@ -19,7 +19,7 @@
%define texlive_version 2025
%define texlive_previous 2022
%define texlive_release 20250308
%define texlive_noarch 217
%define texlive_noarch 220
%define texlive_source texlive-20250308-source
%define biber_version 2.20
@@ -4624,7 +4624,6 @@ popd
popd
pushd utils/asymptote
CFLAGS=${CFLAGS//-std=gnu11/}
version=$(autoreconf --version | head -n 1 | sed -r 's/.* ([0-9.]+)$/\1/')
if test ${version%%.*} -ge 2 -a ${version#*.} -ge 71
then
@@ -4652,8 +4651,8 @@ popd
LDFLAGS="$LDFLAGS -L$PWD" \
CFLAGS="${CFLAGS/-Wno-unprototyped-calls/}" \
CXXFLAGS="${CXXFLAGS/-Wno-unprototyped-calls/}" \
CFLAGS="${CFLAGS/-std=gnu99/}" \
CXXFLAGS="${CXXFLAGS/-std=gnu99/}" \
CFLAGS="${CFLAGS//-std=gnu11/}" \
CXXFLAGS="${CXXFLAGS//-std=gnu11/}" \
./configure \
--host=${HOST} \
--build=${BUILD} \