summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch')
-rw-r--r--sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch b/sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch
deleted file mode 100644
index c3b59122b99c..000000000000
--- a/sci-visualization/gwyddion/files/gwyddion-2.30-BGRA.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-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>
-
-