.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=501
This commit is contained in:
@@ -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
|
||||
|
@@ -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} \
|
||||
|
Reference in New Issue
Block a user