You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch

23 lines
471 B

Index: libgwydgets/gwy3dview.c
===================================================================
--- libgwydgets/gwy3dview.c (revision 13961)
+++ libgwydgets/gwy3dview.c (working copy)
@@ -48,7 +48,6 @@
#include <GL/glext.h>
#endif
#endif
-#endif
#ifndef GL_BGRA
#ifdef GL_BGRA_EXT
@@ -57,6 +56,7 @@
#error FIXME: GL_BGRA is not available, should work around it.
#endif
#endif
+#endif
#include <libgwyddion/gwymacros.h>
#include <libgwyddion/gwymath.h>