Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/libgphoto2/PKGBUILD
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-08-26 21:33:01 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-08-26 21:33:26 +0300
commit509d3f6da75cd8f71556429d2cff2d9f1d348477 (patch)
treee7ec85a9a421b578bcc6ea0f005876d98f1f475c /extra/libgphoto2/PKGBUILD
parent58aebedb2234985f5d01e70f06107e96c4f1ac65 (diff)
extra/libgphoto2: Add patch to fix build failure
Diffstat (limited to 'extra/libgphoto2/PKGBUILD')
-rw-r--r--extra/libgphoto2/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/libgphoto2/PKGBUILD b/extra/libgphoto2/PKGBUILD
new file mode 100644
index 00000000..32b1b88c
--- /dev/null
+++ b/extra/libgphoto2/PKGBUILD
@@ -0,0 +1,6 @@
+# Next version will have this patch
+if [[ $pkgver == "2.5.31" ]]; then
+ source+=(721f7f8c3ec8058d504607873e4c317aac0c99c5.patch)
+ b2sums+=(SKIP)
+ eval "$(declare -f prepare | sed 's@autoreconf@patch -p1 -i ../721f7f8c3ec8058d504607873e4c317aac0c99c5.patch; autoreconf@')"
+fi