Gentoo Archives: gentoo-commits

From: "Tristan Heaven (nyhm)" <nyhm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/picpuz/files: picpuz-06-gcc43.patch
Date: Thu, 01 May 2008 11:01:46
Message-Id: E1JrWXo-00013X-7s@stork.gentoo.org
1 nyhm 08/05/01 11:01:44
2
3 Added: picpuz-06-gcc43.patch
4 Log:
5 Fix building with gcc-4.3
6 (Portage version: 2.1.5_rc6)
7
8 Revision Changes Path
9 1.1 games-puzzle/picpuz/files/picpuz-06-gcc43.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/picpuz/files/picpuz-06-gcc43.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-puzzle/picpuz/files/picpuz-06-gcc43.patch?rev=1.1&content-type=text/plain
13
14 Index: picpuz-06-gcc43.patch
15 ===================================================================
16 --- zlib.h
17 +++ zlib.h
18 @@ -374,8 +374,8 @@
19
20 typedef int zdialog_event(zdialog *zd, int widget); // widget event callback function
21 typedef int zdialog_compl(zdialog *zd, int stat); // dialog completion callback function
22 -int zdialog_run(zdialog *zd, zdialog_event func = null, // run dialog with optional callbacks
23 - zdialog_compl func = null); // (completion func >> non-modal dialog)
24 +int zdialog_run(zdialog *zd, zdialog_event evfunc = null, // run dialog with optional callbacks
25 + zdialog_compl compfunc = null); // (completion func >> non-modal dialog)
26
27 int zdialog_destroy(zdialog *zd); // destroy dialog (zdialog caller resp.)
28
29
30
31
32 --
33 gentoo-commits@l.g.o mailing list