Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyfltk/files: pyfltk-1.1.5-swig-2.patch
Date: Thu, 05 May 2011 15:17:52
Message-Id: 20110505151741.9E3D720057@flycatcher.gentoo.org
1 arfrever 11/05/05 15:17:41
2
3 Added: pyfltk-1.1.5-swig-2.patch
4 Log:
5 Fix building with SWIG 2 (bug #346605).
6
7 (Portage version: 2.2.0_alpha30_p50/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/pyfltk/files/pyfltk-1.1.5-swig-2.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/files/pyfltk-1.1.5-swig-2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyfltk/files/pyfltk-1.1.5-swig-2.patch?rev=1.1&content-type=text/plain
14
15 Index: pyfltk-1.1.5-swig-2.patch
16 ===================================================================
17 http://pyfltk.svn.sourceforge.net/viewvc/pyfltk?view=revision&revision=463
18
19 --- swig/Fl.i
20 +++ swig/Fl.i
21 @@ -37,6 +37,7 @@
22 %ignore Fl::remove_handler;
23 %ignore Fl::remove_check;
24 %ignore Fl::gl_visual;
25 +%ignore Fl::get_awake_handler_;
26
27 #ifdef __APPLE__
28 %ignore Fl::free_color()