summaryrefslogtreecommitdiff
path: root/opt/sane/Pkgfile.patch
blob: 050e5acefe71a05060555e6a3bd223ddb1855bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- Pkgfile	2017-07-18 21:35:31.319090107 +0200
+++ Pkgfile	2018-03-06 18:22:31.614780429 +0100
@@ -6,11 +6,14 @@
 name=sane
 version=1.0.28
 release=1
-source=(https://gitlab.com/sane-project/backends/uploads/9e718daff347826f4cfe21126c8d5091/$name-backends-$version.tar.gz)
+source=(https://gitlab.com/sane-project/backends/uploads/9e718daff347826f4cfe21126c8d5091/$name-backends-$version.tar.gz
+streifen.patch)
 
 build () {
     cd $name-backends-$version
 
+    patch -p1 -i $SRC/streifen.patch
+
     ./configure --prefix=/usr \
                 --localstatedir=/var \
                 --sysconfdir=/etc \