libreport/fix-bug-delete-gtk-deprecation-warnings.patch
2021-12-30 10:59:53 +08:00

39 lines
1.3 KiB
Diff

From a760fe1e4ee98808783a9833a022bf3ba77d47f3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=A2=B3=E7=A2=A7=E6=B9=96=E7=9A=84=E7=A0=8D=E6=9F=B4?=
=?UTF-8?q?=E4=BA=BA?= <chengquan3@huawei.com>
Date: Mon, 13 Jan 2020 14:33:04 +0800
Subject: [PATCH] tar2
---
libreport-2.10.1/src/gtk-helpers/Makefile.am | 1 -
libreport-2.10.1/src/gui-wizard-gtk/Makefile.am | 1 -
2 files changed, 2 deletions(-)
diff --git a/libreport-2.10.1/src/gtk-helpers/Makefile.am b/libreport-2.10.1/src/gtk-helpers/Makefile.am
index ad33750..c4a92dd 100644
--- a/src/gtk-helpers/Makefile.am
+++ b/src/gtk-helpers/Makefile.am
@@ -33,7 +33,6 @@ libreport_gtk_la_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(GIO_CFLAGS) \
-DWORKFLOWS_DIR=\"$(WORKFLOWS_DIR)\" \
- -DGDK_DISABLE_DEPRECATION_WARNINGS \
-D_GNU_SOURCE
libreport_gtk_la_LDFLAGS = \
-version-info 1:1:0
diff --git a/libreport-2.10.1/src/gui-wizard-gtk/Makefile.am b/libreport-2.10.1/src/gui-wizard-gtk/Makefile.am
index fce33cb..37e7ba6 100644
--- a/src/gui-wizard-gtk/Makefile.am
+++ b/src/gui-wizard-gtk/Makefile.am
@@ -22,7 +22,6 @@ report_gtk_CFLAGS = \
-DICON_DIR=\"${datadir}/abrt/icons/hicolor/48x48/status\" \
-DWORKFLOWS_DIR=\"$(WORKFLOWS_DIR)\" \
-DLIBEXEC_DIR=\"$(libexecdir)\" \
- -DGDK_DISABLE_DEPRECATION_WARNINGS \
$(GLIB_CFLAGS) \
$(GTK_CFLAGS) \
-D_GNU_SOURCE
--
1.8.3.1