From ca3ebabeee4c096969c0c90c4d29488d99348326 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Sat, 30 Mar 2019 17:18:59 +0100 Subject: [PATCH] emacs: fix build for secondary architecture (#3729) --- app-editors/emacs/emacs-26.1.recipe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/emacs/emacs-26.1.recipe b/app-editors/emacs/emacs-26.1.recipe index 885d6aeb9..63477f1e8 100644 --- a/app-editors/emacs/emacs-26.1.recipe +++ b/app-editors/emacs/emacs-26.1.recipe @@ -13,14 +13,14 @@ project planner, mail and news reader, debugger interface, calendar, and more. HOMEPAGE="https://gnu.org/s/emacs/" COPYRIGHT="2001-2018 Free Software Foundation, Inc." LICENSE="GNU GPL v3" -REVISION="4" +REVISION="5" SOURCE_URI="http://www.artfiles.org/gnu.org/emacs/emacs-$portVersion.tar.xz" CHECKSUM_SHA256="1cf4fc240cd77c25309d15e18593789c8dbfba5c2b44d8f77c886542300fd32c" PATCHES="emacs-$portVersion.patchset" ADDITIONAL_FILES="emacs.rdef.in" -ARCHITECTURES="?x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="?x86" +ARCHITECTURES="?x86_gcc2 ?x86 x86_64" +SECONDARY_ARCHITECTURES="x86" # On x86_gcc2 we don't want to install the commands in bin//, but in bin/. commandSuffix=$secondaryArchSuffix @@ -134,5 +134,5 @@ INSTALL() $portDir/additional-files/emacs.rdef.in > emacs.rdef addResourcesToBinaries emacs.rdef \ - $binDir/emacs + $commandBinDir/emacs }