-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6fea3a5
commit a75ec97
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
diff --git PKGBUILD PKGBUILD | ||
index 462102e..e9bb1e0 100644 | ||
--- PKGBUILD | ||
+++ PKGBUILD | ||
@@ -20,6 +20,8 @@ sha256sums=('e83704398c51a3166fd62c25b89e95cf6262e52f3dc6e627db3e7556e2220d64' | ||
@@ -46,6 +46,8 @@ sha256sums=('e83704398c51a3166fd62c25b89e95cf6262e52f3dc6e627db3e7556e2220d64' | ||
prepare() { | ||
cd utsushi-$_utsushiver | ||
|
||
+ cp /usr/share/autoconf/build-aux/config.{sub,guess} upstream/ | ||
+ | ||
patch -Np1 -i ${srcdir}/boost-1.74.patch # Fix build with boost 1.74 | ||
patch -Np1 -i ../boost-1.74.patch # Fix build with boost 1.74 | ||
rm -r upstream/boost # Remove vendored libraries | ||
sed -e 's|&& (SANE_MINOR == 0)||' -i sane/version.hpp # Fix build with sane 1.1 |