[aur-dev] [acpi_call-git] makepkg fails when applying x86_64 patch

Vadim Kochan vadim4j at gmail.com
Fri Aug 16 20:48:57 EDT 2013


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


More information about the aur-dev mailing list