From f5cc53915a0acfd0469f3f896d6ab13ed9336f30 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 17 Dec 2017 14:04:01 +0100 Subject: community/cantor: added MARCH=pentium4 --- community/cantor/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/cantor/PKGBUILD (limited to 'community') diff --git a/community/cantor/PKGBUILD b/community/cantor/PKGBUILD new file mode 100644 index 00000000..968694a8 --- /dev/null +++ b/community/cantor/PKGBUILD @@ -0,0 +1,10 @@ +eval "$( + declare -f build | \ + sed ' + /^\s*cd build/{ + a\ + # ok for most people, for i486. i586 we will blacklist the package + MARCH=pentium4 + } + ' +)" -- cgit v1.2.3