summaryrefslogtreecommitdiff
path: root/pcr/emacs-lucid
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2017-01-17 22:08:58 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2017-01-17 22:08:58 -0500
commit4496a2e7fe43dedb36f22ffd9c9bb9371d448622 (patch)
treee4235855937431bd3488f21f94a2e5c60f91674c /pcr/emacs-lucid
parente82131925dbd152cf6c1f7d856c4b472e0efa900 (diff)
pcr/emacs-lucid pkgrel 1.parabola1 -> 3
This covers both pkgrel bumps from extra/emacs: pkgrel=2: Rebuild for new version of imagemagick library. pkgrel=3: Add the REL_ALLOC line to fix several issues.
Diffstat (limited to 'pcr/emacs-lucid')
-rw-r--r--pcr/emacs-lucid/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr/emacs-lucid/PKGBUILD b/pcr/emacs-lucid/PKGBUILD
index 6cad9eadc..c6f64f477 100644
--- a/pcr/emacs-lucid/PKGBUILD
+++ b/pcr/emacs-lucid/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=emacs
pkgname=emacs-lucid
pkgver=25.1
-pkgrel=1.parabola1
+pkgrel=3
pkgdesc="The extensible, customizable, self-documenting real-time display editor"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/emacs/emacs.html"
@@ -22,6 +22,7 @@ conflicts=("$_pkgname")
build() {
cd "$srcdir"/$_pkgname-$pkgver
+ export REL_ALLOC=no
ac_cv_lib_gif_EGifPutExtensionLast=yes ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
--localstatedir=/var --with-x-toolkit=lucid --with-xft
make