From 55505fd7fc94b66cd10404556db0b6bc147e6768 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 12 Feb 2019 12:45:04 +0100 Subject: community/e3: build for 32, not 64 ;-) --- community/e3/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/e3/PKGBUILD (limited to 'community/e3') diff --git a/community/e3/PKGBUILD b/community/e3/PKGBUILD new file mode 100644 index 00000000..e9a8d88c --- /dev/null +++ b/community/e3/PKGBUILD @@ -0,0 +1,10 @@ +# makedepends: yasm -> nasm +# build(): 64 -> 32 + +makedepends=(${makedepends[@]/yasm/nasm}) +eval "$( + declare -f build \ + | sed ' + s/ NASM_OR_YASM=\S\+ 64/ 32/ + ' +)" -- cgit v1.2.3-54-g00ecf