View | Details | Raw Unified | Return to bug 213985 | Differences between
and this patch

Collapse All | Expand All

(-)science/avogadro/files/patch-libavogadro_src_extensions_crystallography_crystallographyextension.cpp (+14 lines)
Added Link Here
1
--- libavogadro/src/extensions/crystallography/crystallographyextension.cpp.orig	2013-12-06 15:50:04 UTC
2
+++ libavogadro/src/extensions/crystallography/crystallographyextension.cpp
3
@@ -51,6 +51,11 @@
4
 #include <openbabel/generic.h>
5
 #include <openbabel/mol.h>
6
 
7
+// fix for lang/gcc5
8
+#if __GNUC__ == 5 && __GNUC_MINOR__ == 4
9
+#undef minor
10
+#endif
11
+
12
 #include <Eigen/LU>
13
 
14
 #include <QtGui/QClipboard>

Return to bug 213985