aboutsummaryrefslogtreecommitdiffstats
path: root/community/xf86-video-intel/gcc-10.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/xf86-video-intel/gcc-10.patch')
-rw-r--r--community/xf86-video-intel/gcc-10.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/community/xf86-video-intel/gcc-10.patch b/community/xf86-video-intel/gcc-10.patch
deleted file mode 100644
index 93c47ae2048..00000000000
--- a/community/xf86-video-intel/gcc-10.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream: Should be
-Reason: Fixes compilation with gcc-10
-
-diff --git a/src/legacy/i810/i810.h b/src/legacy/i810/i810.h
-index 347188c..19be049 100644
---- a/src/legacy/i810/i810.h
-+++ b/src/legacy/i810/i810.h
-@@ -322,6 +322,6 @@ extern void I810InitMC(ScreenPtr pScreen);
- extern const OptionInfoRec *I810AvailableOptions(int chipid, int busid);
-
- extern const int I810CopyROP[16];
--const int I810PatternROP[16];
-+extern const int I810PatternROP[16];
-
- #endif /* _I810_H_ */