Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/e3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/e3/PKGBUILD')
-rw-r--r--extra/e3/PKGBUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/extra/e3/PKGBUILD b/extra/e3/PKGBUILD
new file mode 100644
index 00000000..99097f1f
--- /dev/null
+++ b/extra/e3/PKGBUILD
@@ -0,0 +1,8 @@
+# build(): 64 -> 32
+makedepends+=(nasm)
+eval "$(
+ declare -f build \
+ | sed '
+ s/ \(NASM_OR_YASM=\S\+\) clean 64/ \1 32/
+ '
+)"