summaryrefslogtreecommitdiff
path: root/extra/libgit2/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-25 09:56:48 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-25 09:56:48 +0200
commit77a5faaa6ea7f89e6866424e4012884d8e0fb3fe (patch)
tree1ecee8a8296242370b0bb2c6c22a82c7b87f15de /extra/libgit2/PKGBUILD
parent705ee6cd0d0d092abf83aa1b01104d3ccccd31f1 (diff)
downloadpackages-77a5faaa6ea7f89e6866424e4012884d8e0fb3fe.tar.xz
extra/libgit2: removed patch for _FILE_OFFSET_BITS=64 in test cmakefile
Diffstat (limited to 'extra/libgit2/PKGBUILD')
-rw-r--r--extra/libgit2/PKGBUILD9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/libgit2/PKGBUILD b/extra/libgit2/PKGBUILD
deleted file mode 100644
index e0b17681..00000000
--- a/extra/libgit2/PKGBUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-# See: https://github.com/libgit2/libgit2/pull/4631
-
-source+=('libgit2-ssp-offset64-stat-buf.patch')
-sha256sums+=('4eceeb944c7ea2dd2f879a279d5eb0f80ae32675410a6601bcc07ccd0189e8cf')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i "$srcdir/libgit2-ssp-offset64-stat-buf.patch"
-}