summaryrefslogtreecommitdiff
path: root/community/cantor/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cantor/PKGBUILD')
-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
+ }
+ '
+)"