$OpenBSD: patch-src_core_modules_ConstellationMgr_cpp,v 1.2 2010/12/15 16:01:45 ajacoutot Exp $

From pkgsrc:
-prefix uses of "exception" with "std::" to avoid conflict with
a similar definition in new "boost".

--- src/core/modules/ConstellationMgr.cpp.orig	Sun Dec  5 17:31:00 2010
+++ src/core/modules/ConstellationMgr.cpp	Wed Dec 15 16:35:33 2010
@@ -411,7 +411,7 @@ void ConstellationMgr::loadLinesAndArt(const QString &
 				{
 					texturePath = StelFileMgr::findFile(QString("textures/")+texfile);
 				}
-				catch(exception& e2)
+				catch(std::exception& e2)
 				{
 					qWarning() << "ERROR: could not find texture, " << texfile << ": " << e2.what();
 				}
