Skip to content
Snippets Groups Projects
Commit d8ab8419 authored by juergen's avatar juergen Committed by svntogit
Browse files

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.

git-svn-id: file:///srv/repos/svn-packages/svn@372330 eb2447ed-0c53-47e4-bac8-5bc4a241df78
parent 3701d96b
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ build() {
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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment