public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/fme/files: fme-1.1.2-gcc45.patch
@ 2010-05-06 11:19 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-05-06 11:19 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/05/06 11:19:00

  Added:                fme-1.1.2-gcc45.patch
  Log:
  Fix building with GCC 4.5+ wrt #318409.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-misc/fme/files/fme-1.1.2-gcc45.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/files/fme-1.1.2-gcc45.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fme/files/fme-1.1.2-gcc45.patch?rev=1.1&content-type=text/plain

Index: fme-1.1.2-gcc45.patch
===================================================================
http://bugs.gentoo.org/318409

--- src/ui.cc
+++ src/ui.cc
@@ -886,7 +886,7 @@
 	unsigned i=1;
 	for ( Glib::Container_Helpers::ArrayHandleIterator<Glib::Container_Helpers::TypeTraits<Glib::ustring> > iter=dirs.begin(); iter!=dirs.end(); iter++ ) {
 		try {
-			Glib::Dir::Dir directory(*iter);
+			Glib::Dir directory(*iter);
 #else
 	boost::regex re("\\:");
 	boost::sregex_token_iterator dir(path.begin(), path.end(), re, -1);
@@ -894,7 +894,7 @@
 
 	for ( unsigned i=1; dir!=end;) {
 		try {
-			Glib::Dir::Dir directory(*dir++);
+			Glib::Dir directory(*dir++);
 #endif /* GLIBMM_REGEX */
 			for ( Glib::DirIterator iter=directory.begin(); iter!=directory.end(); iter++ ) {
 				Gtk::TreeModel::Row rowCompletion = *(refCompletionModel->append());
@@ -1259,7 +1259,7 @@
 
 	for ( std::vector<Glib::ustring>::iterator iterPath = preferences.getPathsIcons().begin(); iterPath!=preferences.getPathsIcons().end(); iterPath++ ) {
 		try {
-			Glib::Dir::Dir directory(*iterPath);
+			Glib::Dir directory(*iterPath);
 			for ( Glib::DirIterator iter=directory.begin(); iter!=directory.end(); iter++ ) {
 				Glib::ustring icon_name = *iter;
 				if ( icon_name.find(command_name)!=Glib::ustring::npos ) {






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-misc/fme/files: fme-1.1.2-gcc45.patch
@ 2012-06-16 12:10 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2012-06-16 12:10 UTC (permalink / raw
  To: gentoo-commits

pacho       12/06/16 12:10:10

  Removed:              fme-1.1.2-gcc45.patch
  Log:
  Remove package.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-16 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 12:10 [gentoo-commits] gentoo-x86 commit in x11-misc/fme/files: fme-1.1.2-gcc45.patch Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-06 11:19 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox