Package: d-itg / 2.8.1-r1023-6

Metadata

Package Version Patches format
d-itg 2.8.1-r1023-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix buildflags.patch | (download)

src/unix.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix buildflags usage
 In unix.mk (Makefile), LDFLAGS wasn't included properly from Debian's
 dpkg-buildflags.
ftbs gcc11.patch | (download)

src/ITGDec/ITGDecod.cpp | 20 10 + 10 - 0 !
src/ITGSend/ITGSend.cpp | 4 2 + 2 - 0 !
src/ITGSend/traffic.cpp | 4 2 + 2 - 0 !
3 files changed, 14 insertions(+), 14 deletions(-)

 fix ftbfs with gcc-11
 Fix a comprison error which looked like a copy-paste error.
 Rename a variable which was ambiguous with another c++ function.