/[pkg-games]/packages/trunk/kanatest/debian/patches/remove-DISABLE_DEPRECATED-flags.patch
ViewVC logotype

Contents of /packages/trunk/kanatest/debian/patches/remove-DISABLE_DEPRECATED-flags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15982 - (show annotations) (download)
Tue Jul 18 09:18:55 2017 UTC (5 months, 3 weeks ago) by apo
File size: 882 byte(s)
Release kanatest 0.4.8-4
1 From: Markus Koschany <apo@debian.org>
2 Date: Tue, 18 Jul 2017 02:27:59 +0200
3 Subject: remove DISABLE_DEPRECATED flags
4
5 Bug-Debian: https://bugs.debian.org/868315
6 Forwarded: no (project is inactive)
7 ---
8 src/Makefile.in | 3 +--
9 1 file changed, 1 insertion(+), 2 deletions(-)
10
11 diff --git a/src/Makefile.in b/src/Makefile.in
12 index b164e5a..3bb5827 100644
13 --- a/src/Makefile.in
14 +++ b/src/Makefile.in
15 @@ -148,8 +148,7 @@ top_builddir = @top_builddir@
16 top_srcdir = @top_srcdir@
17 var = @var@
18 REVISION := $(shell if test -e .svn; then echo -DREV=\"`LC_ALL=C svn info | sed -n '/^Rev/p'| sed -e 's/^Revision:\ //'`\"; fi;)
19 -AM_CPPFLAGS = -Wall -DLOCALEDIR=\"$(datadir)/locale\" $(REVISION) \
20 - -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
21 +AM_CPPFLAGS = -Wall -DLOCALEDIR=\"$(datadir)/locale\" $(REVISION)
22
23 kanatest_SOURCES = about.c about.h \
24 chart.c chart.h \

  ViewVC Help
Powered by ViewVC 1.1.5