Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/xf86-video-intel/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-03-17 10:25:39 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2019-03-17 10:25:39 +0100
commitd92f8f581b01558ce07814aee203d9b023f7dc3f (patch)
treef9770a0bba56a573ba3aa050822f0c0b409d8b71 /extra/xf86-video-intel/PKGBUILD
parent7a7f890cf9c1d7c8d1fadba2c82bcb70f0477be2 (diff)
extra/xf86-video-intel: removed forced inline patch (done upstream)
Diffstat (limited to 'extra/xf86-video-intel/PKGBUILD')
-rw-r--r--extra/xf86-video-intel/PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/xf86-video-intel/PKGBUILD b/extra/xf86-video-intel/PKGBUILD
deleted file mode 100644
index 5db015dd..00000000
--- a/extra/xf86-video-intel/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-source+=('xf86-video-intel-no-forced-inlining.patch')
-sha256sums+=('9f3bafc54f22799c9c653321cb7d16b42f938b0085567b000c6271c8ebeac3e7')
-
-eval "$(
- declare -f prepare | \
- sed '
- /patch/a patch -Np1 -i ../xf86-video-intel-no-forced-inlining.patch
- '
-)"