Control: tags -1 + patch Dear maintainer,
the attached patch fixes the FTBFS with GCC 9. Kind regards, Reiner
diff -Nru qxw-20140331/debian/patches/gcc9.patch qxw-20140331/debian/patches/gcc9.patch --- qxw-20140331/debian/patches/gcc9.patch 1970-01-01 01:00:00.000000000 +0100 +++ qxw-20140331/debian/patches/gcc9.patch 2019-10-04 13:54:43.000000000 +0200 @@ -0,0 +1,15 @@ +Author: Reiner Herrmann <[email protected]> +Description: Fix FTBFS with gcc9 by moving libraries to the end of command line +Bug-Debian: https://bugs.debian.org/925816 + +--- a/Makefile ++++ b/Makefile +@@ -34,7 +34,7 @@ + endif + + qxw: qxw.o filler.o dicts.o gui.o draw.o Makefile +- gcc -rdynamic -Wall -ldl qxw.o filler.o dicts.o gui.o draw.o $(LFLAGS) -o qxw ++ gcc -rdynamic -Wall qxw.o filler.o dicts.o gui.o draw.o -o qxw -ldl $(LFLAGS) + + qxw.o: qxw.c qxw.h filler.h dicts.h draw.h gui.h common.h Makefile + gcc $(CFLAGS) -c qxw.c -o qxw.o diff -Nru qxw-20140331/debian/patches/series qxw-20140331/debian/patches/series --- qxw-20140331/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ qxw-20140331/debian/patches/series 2019-10-04 13:54:43.000000000 +0200 @@ -0,0 +1 @@ +gcc9.patch
signature.asc
Description: PGP signature

