Package: jamin Version: 0.98.9~git20170111~199091~repack1-1 Followup-For: Bug #957383 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 -Nru jamin-0.98.9~git20170111~199091~repack1/debian/patches/gcc_10.patch jamin-0.98.9~git20170111~199091~repack1/debian/patches/gcc_10.patch --- jamin-0.98.9~git20170111~199091~repack1/debian/patches/gcc_10.patch 1969-12-31 19:00:00.000000000 -0500 +++ jamin-0.98.9~git20170111~199091~repack1/debian/patches/gcc_10.patch 2021-01-16 20:57:51.000000000 -0500 @@ -0,0 +1,21 @@ +--- a/src/hdeq.h ++++ b/src/hdeq.h +@@ -65,7 +65,7 @@ + int get_current_notebook1_page (); + + +-GtkNotebook *l_notebook1; ++extern GtkNotebook *l_notebook1; + + + #endif +--- a/src/callbacks.c ++++ b/src/callbacks.c +@@ -71,6 +71,7 @@ + static GtkWidget *scene_name_dialog, *about_dialog; + static GtkEntry *l_scene_name_entry; + static GdkColor l_main_color, l_eq_color, l_comp_color[XO_NBANDS], l_limiter_color; ++GtkNotebook *l_notebook1; + + + void diff -Nru jamin-0.98.9~git20170111~199091~repack1/debian/patches/series jamin-0.98.9~git20170111~199091~repack1/debian/patches/series --- jamin-0.98.9~git20170111~199091~repack1/debian/patches/series 2017-01-11 15:31:55.000000000 -0500 +++ jamin-0.98.9~git20170111~199091~repack1/debian/patches/series 2021-01-16 20:57:34.000000000 -0500 @@ -5,3 +5,4 @@ 1005_desktop_file.patch NEWS.patch fix_typos.patch +gcc_10.patch