* [gentoo-commits] gentoo-x86 commit in x11-libs/xfc/files: xfc-4.3.2-64bit-examples.patch
@ 2008-09-21 22:40 Christoph Mende (angelos)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2008-09-21 22:40 UTC (permalink / raw
To: gentoo-commits
angelos 08/09/21 22:40:02
Added: xfc-4.3.2-64bit-examples.patch
Log:
Made examples 64bit clean and limited to -j1, bugs 235737 and 235967 by Marcin Olender
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc6 x86_64)
Revision Changes Path
1.1 x11-libs/xfc/files/xfc-4.3.2-64bit-examples.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/files/xfc-4.3.2-64bit-examples.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/xfc/files/xfc-4.3.2-64bit-examples.patch?rev=1.1&content-type=text/plain
Index: xfc-4.3.2-64bit-examples.patch
===================================================================
--- xfc-4.3.2/examples/howto/selection/selection.cc.orig 2008-09-22 00:26:26.000000000 +0200
+++ xfc-4.3.2/examples/howto/selection/selection.cc 2008-09-22 00:26:50.000000000 +0200
@@ -3,6 +3,7 @@
#include <xfc/gtk/buttonbox.hh>
#include <xfc/gtk/label.hh>
#include <iostream>
+#include <stdint.h>
std::vector<Gtk::TargetEntry> SupplySelectionButton::target_entries;
@@ -47,7 +48,7 @@
cout << " * type() = " << selection_data.get_type() << endl;
cout << " * format() = " << selection_data.format() << endl;
cout.setf(ios_base::hex, ios_base::basefield);
- cout << " * data() = 0x" << reinterpret_cast<unsigned int>(selection_data.data()) << endl;
+ cout << " * data() = 0x" << reinterpret_cast<unsigned uintptr_t>(selection_data.data()) << endl;
cout.setf(ios_base::dec, ios_base::basefield);
cout << " * length() = " << selection_data.length() << endl << endl;
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/xfc/files: xfc-4.3.2-64bit-examples.patch
@ 2009-01-19 9:27 Christoph Mende (angelos)
0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende (angelos) @ 2009-01-19 9:27 UTC (permalink / raw
To: gentoo-commits
angelos 09/01/19 09:27:53
Removed: xfc-4.3.2-64bit-examples.patch
Log:
Removed x11-libs/xfc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-01-19 9:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19 9:27 [gentoo-commits] gentoo-x86 commit in x11-libs/xfc/files: xfc-4.3.2-64bit-examples.patch Christoph Mende (angelos)
-- strict thread matches above, loose matches on Subject: below --
2008-09-21 22:40 Christoph Mende (angelos)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox