$OpenBSD: patch-src_core_modules_ConstellationMgr_cpp,v 1.3 2011/07/03 18:49:17 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	Sat Jul  2 15:22:18 2011
+++ src/core/modules/ConstellationMgr.cpp	Sun Jul  3 19:26:14 2011
@@ -419,7 +419,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();
 				}
