summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-12-17 14:04:01 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-12-17 14:04:01 +0100
commitf5cc53915a0acfd0469f3f896d6ab13ed9336f30 (patch)
tree508691a2fecee9f080bf3b5a4548c13417ed30dc
parent24da686dadf5dab876475dde1cd2dadd15bab3f6 (diff)
downloadpackages-f5cc53915a0acfd0469f3f896d6ab13ed9336f30.tar.xz
community/cantor: added MARCH=pentium4
-rw-r--r--community/cantor/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
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
+ }
+ '
+)"