16 Aug
2013
16 Aug
'13
8:48 p.m.
Hi AUR devs, I just tried to makepkg for acpi_call-git package and it fails because of rejected acpi_call-x86_64.patch. I compared the patch and original file and they are with the same changes. As a local fix I used: --- PKGBUILD 2013-08-17 03:36:47.690127666 +0300 +++ PKGBUILD 2013-08-17 03:37:31.380127165 +0300 @@ -46,12 +46,6 @@ sed -i 's|/lib/modules/|/usr/lib/modules/|g' ./Makefile || return 1 fi - ## x86_64 Patch - if [ "$CARCH" = "x86_64" ]; then - msg "Patching for x86_64 systems" - patch -p1 -i ${srcdir}/acpi_call-x86_64.patch - fi - ## Build make } I think that patch should be removed too. Thanks, Vadim