[arch-commits] Commit in emacs/trunk (PKGBUILD)
Jürgen Hötzel
juergen at archlinux.org
Fri Dec 27 16:39:21 UTC 2019
Date: Friday, December 27, 2019 @ 16:39:20
Author: juergen
Revision: 372330
Enable wide-int
This change has no effect on 64-bit systems. It enables the use of
large integer values (2**61 - 1) on 32-bit systems (like Arch Linux
ARM/32-bit) which is required for some Emacs packages.
Modified:
emacs/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-27 16:06:57 UTC (rev 372329)
+++ PKGBUILD 2019-12-27 16:39:20 UTC (rev 372330)
@@ -18,7 +18,7 @@
cd "$srcdir"/$pkgname-$pkgver
PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
- --localstatedir=/var --with-x-toolkit=gtk3 --with-xft \
+ --localstatedir=/var --with-x-toolkit=gtk3 --with-xft --with-wide-int \
--with-modules
make
}
More information about the arch-commits
mailing list