summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2009-06-23 20:00:13 +0000
committerAlexis Ballier <aballier@gentoo.org>2009-06-23 20:00:13 +0000
commit8ba0346535f4e6f1c39789652c543a4d973fdcd7 (patch)
treeb50ac39ce7a5aab6df8ea613fc772cb0cbd3853c /dev-tex
parentStable on alpha for xorg-server-1.5/xorg-x11-7.4 (diff)
downloadgentoo-2-8ba0346535f4e6f1c39789652c543a4d973fdcd7.tar.gz
gentoo-2-8ba0346535f4e6f1c39789652c543a4d973fdcd7.tar.bz2
gentoo-2-8ba0346535f4e6f1c39789652c543a4d973fdcd7.zip
Add --without-x to configure args, bug #274822 plus some minor cleanups
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/luatex/ChangeLog5
-rw-r--r--dev-tex/luatex/luatex-0.40.5.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-tex/luatex/ChangeLog b/dev-tex/luatex/ChangeLog
index 95d0899d874c..bf37389ff783 100644
--- a/dev-tex/luatex/ChangeLog
+++ b/dev-tex/luatex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-tex/luatex
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.31 2009/06/22 09:32:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/ChangeLog,v 1.32 2009/06/23 20:00:13 aballier Exp $
+
+ 23 Jun 2009; Alexis Ballier <aballier@gentoo.org> luatex-0.40.5.ebuild:
+ Add --without-x to configure args, bug #274822 plus some minor cleanups
22 Jun 2009; Alexis Ballier <aballier@gentoo.org> luatex-0.40.5.ebuild:
it needs libtool 2.2.6
diff --git a/dev-tex/luatex/luatex-0.40.5.ebuild b/dev-tex/luatex/luatex-0.40.5.ebuild
index 095600898934..06a9d72aa4be 100644
--- a/dev-tex/luatex/luatex-0.40.5.ebuild
+++ b/dev-tex/luatex/luatex-0.40.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild,v 1.3 2009/06/22 09:32:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/luatex/luatex-0.40.5.ebuild,v 1.4 2009/06/23 20:00:13 aballier Exp $
EAPI="2"
@@ -94,6 +94,7 @@ src_configure() {
--disable-web-progs \
--disable-xdv2pdf \
--disable-xdvipdfmx \
+ --without-x \
--without-system-kpathsea \
--with-system-gd \
--with-system-libpng \
@@ -103,10 +104,9 @@ src_configure() {
--with-system-xpdf \
--disable-largefile \
--disable-multiplatform \
- --disable-shared \
- --with-system-zlib \
- --with-system-libpng
+ --disable-shared
for i in ${PRELIBS} ; do
+ einfo "Configuring $i"
local j=$(basename $i)_extraconf
local myconf
eval myconf=\${$j}