* update emacs to 28.2-2

This commit is contained in:
Alexander Baldeck 2023-02-13 17:56:23 +01:00
parent 41a57af391
commit 7eca0c5d07

View File

@ -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 \