# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/gcombust/hotfix-gcc4.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- diff -Nur gcombust-0.1.55.orig/src/optimize_usage.c gcombust-0.1.55/src/optimize_usage.c --- gcombust-0.1.55.orig/src/optimize_usage.c 2003-06-30 16:07:27.000000000 +0300 +++ gcombust-0.1.55/src/optimize_usage.c 2005-11-01 20:47:11.000000000 +0200 @@ -31,7 +31,7 @@ #include "locks.h" #include "globals.h" -static GtkWidget *opt_try_harder; +GtkWidget *opt_try_harder; static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label; static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label; diff -Nur gcombust-0.1.55.orig/src/rip_audio.c gcombust-0.1.55/src/rip_audio.c --- gcombust-0.1.55.orig/src/rip_audio.c 2002-02-16 22:00:52.000000000 +0200 +++ gcombust-0.1.55/src/rip_audio.c 2005-11-01 20:47:40.000000000 +0200 @@ -41,7 +41,7 @@ char *cdda2wav_path = NULL, *cdda_device_path; char *def_rip_path = NULL; char *cdparanoia_path = NULL, *cdpara_device_path; -static GtkWidget *rip_path_entry; +GtkWidget *rip_path_entry; static GtkWidget *rip_win = NULL, *p_win; static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar;