Package: netpbm-free Version: 2:10.0-15.3 Followup-For: Bug #957599 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu hirsute ubuntu-patch Control: tags -1 patch
Hi, In Ubuntu, the attached patch was applied to achieve the following: * d/p/gcc-10.patch: Fix FTBFS with GCC 10. Thanks for considering the patch. Logan
diff -u netpbm-free-10.0/debian/patches/series netpbm-free-10.0/debian/patches/series --- netpbm-free-10.0/debian/patches/series +++ netpbm-free-10.0/debian/patches/series @@ -18,3 +18,4 @@ bufferoverflow.patch 648131libpng16.patch +gcc-10.patch only in patch2: unchanged: --- netpbm-free-10.0.orig/debian/patches/gcc-10.patch +++ netpbm-free-10.0/debian/patches/gcc-10.patch @@ -0,0 +1,11 @@ +--- a/pnm/fiasco/output/mc.c ++++ b/pnm/fiasco/output/mc.c +@@ -26,7 +26,7 @@ + + #include "mc.h" + +-int mv_code_table [33][2]; /* VLC table for coordinates, mwfa.c */ ++extern int mv_code_table [33][2]; /* VLC table for coordinates, mwfa.c */ + + /***************************************************************************** +