Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-crypt/eid-mw/files: fix-nodialog-bug.patch
Date: Thu, 10 Jul 2014 14:53:57
Message-Id: 20140710145354.00B992004F@flycatcher.gentoo.org
1 swift 14/07/10 14:53:53
2
3 Added: fix-nodialog-bug.patch
4 Log:
5 Fix bug #515680 - Bump eid-mw, also commit live ebuild. Thanks to Vincent Hardy
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.1 app-crypt/eid-mw/files/fix-nodialog-bug.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/files/fix-nodialog-bug.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-crypt/eid-mw/files/fix-nodialog-bug.patch?rev=1.1&content-type=text/plain
14
15 Index: fix-nodialog-bug.patch
16 ===================================================================
17 Index: cardlayer/src/pinpadlib.h
18 ===================================================================
19 --- cardlayer/src/pinpadlib.h (revision 1501)
20 +++ cardlayer/src/pinpadlib.h (revision 1502)
21 @@ -43,13 +43,14 @@
22 #endif
23 #ifndef NO_DIALOGS
24 #include "../dialogs/src/dialogs.h"
25 +#endif
26 #ifdef __APPLE__
27 typedef void* BEID_DIALOGHANDLE;
28 #else
29 typedef unsigned long BEID_DIALOGHANDLE;
30 #endif
31 -#endif
32
33 +
34 namespace eIDMW
35 {
36 #ifdef EIDMW_PF_EXPORT