Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/dvdauthor
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-08-01 20:32:07 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-08-01 20:32:07 +0300
commit0511442669344a0aa917680d36f587b776cd7a4a (patch)
tree211d912ca82bc375c7e6e58f3f6f31be4ec30d50 /extra/dvdauthor
parent00e07551596e5759986081116eb9cd816e770756 (diff)
extra/dvdauthor: Fix 32bit size_t issue
Diffstat (limited to 'extra/dvdauthor')
-rw-r--r--extra/dvdauthor/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/dvdauthor/PKGBUILD b/extra/dvdauthor/PKGBUILD
new file mode 100644
index 00000000..a8f8d809
--- /dev/null
+++ b/extra/dvdauthor/PKGBUILD
@@ -0,0 +1,2 @@
+# Fix size_t issue for GetMagickVer()
+eval "$(declare -f prepare | sed 's@patch.*@\0 sed -i "s/unsigned long magickver;/size_t magickver;/" src/subgen-image.c@')"