* update emacs to 28.2-2
This commit is contained in:
parent
41a57af391
commit
7eca0c5d07
@ -5,7 +5,8 @@
|
||||
# Contributor: Renchi Raju <renchi@green.tam.uiuc.edu>
|
||||
|
||||
pkgbase=emacs
|
||||
pkgname=(emacs emacs-nativecomp emacs-nox)
|
||||
pkgname=(emacs emacs-nox)
|
||||
[ ! "${CARCH}" = 'powerpc' ] && pkgname+=(emacs-nativecomp)
|
||||
pkgver=28.2
|
||||
pkgrel=2
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -81,12 +82,14 @@ build() {
|
||||
--with-x-toolkit=gtk3
|
||||
make
|
||||
|
||||
if [ ! "${CARCH}" = 'powerpc' ]; then
|
||||
cd ../${pkgbase}-${pkgver}-nativecomp
|
||||
./configure \
|
||||
--with-x-toolkit=gtk3 \
|
||||
--with-native-compilation \
|
||||
$_confflags
|
||||
make NATIVE_FULL_AOT=1 bootstrap
|
||||
./configure \
|
||||
--with-x-toolkit=gtk3 \
|
||||
--with-native-compilation \
|
||||
$_confflags
|
||||
make NATIVE_FULL_AOT=1 bootstrap
|
||||
fi
|
||||
|
||||
cd ../${pkgbase}-${pkgver}-nox
|
||||
./configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user