mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
emacs: fix build for secondary architecture (#3729)
This commit is contained in:
committed by
Jérôme Duval
parent
eb554e3cc6
commit
ca3ebabeee
@@ -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/<arch>/, 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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user