summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2005-03-07 10:43:35 +0000
committerHeinrich Wendel <lanius@gentoo.org>2005-03-07 10:43:35 +0000
commit8b0502d3aa2102dcdf27150bedf23974fe2e226d (patch)
tree2f9a374b49b658ca9461e38eb1506551035e5cff /x11-libs/lesstif
parentMarked ~amd64, keywording KDE split ebuilds, bug 80944. (diff)
downloadgentoo-2-8b0502d3aa2102dcdf27150bedf23974fe2e226d.tar.gz
gentoo-2-8b0502d3aa2102dcdf27150bedf23974fe2e226d.tar.bz2
gentoo-2-8b0502d3aa2102dcdf27150bedf23974fe2e226d.zip
make use of static flag
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-libs/lesstif')
-rw-r--r--x11-libs/lesstif/ChangeLog6
-rw-r--r--x11-libs/lesstif/lesstif-0.93.94-r1.ebuild5
-rw-r--r--x11-libs/lesstif/lesstif-0.94.0-r4.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/x11-libs/lesstif/ChangeLog b/x11-libs/lesstif/ChangeLog
index 914e09f8858a..af8bdbd4b5a4 100644
--- a/x11-libs/lesstif/ChangeLog
+++ b/x11-libs/lesstif/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/lesstif
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.54 2005/03/03 20:14:04 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/ChangeLog,v 1.55 2005/03/07 10:43:35 lanius Exp $
+
+ 07 Mar 2005; Heinrich Wendel <lanius@gentoo.org> lesstif-0.93.94-r1.ebuild,
+ lesstif-0.94.0-r4.ebuild:
+ make use of static flag
03 Mar 2005; Bryan Østergaard <kloeri@gentoo.org>
lesstif-0.94.0-r2.ebuild:
diff --git a/x11-libs/lesstif/lesstif-0.93.94-r1.ebuild b/x11-libs/lesstif/lesstif-0.93.94-r1.ebuild
index 5d532c784587..a1002ae8bde7 100644
--- a/x11-libs/lesstif/lesstif-0.93.94-r1.ebuild
+++ b/x11-libs/lesstif/lesstif-0.93.94-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r1.ebuild,v 1.2 2005/03/02 23:58:19 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.94-r1.ebuild,v 1.3 2005/03/07 10:43:35 lanius Exp $
inherit libtool flag-o-matic multilib
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2
LICENSE="LGPL-2"
SLOT="1.2"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ia64"
-IUSE=""
+IUSE="static"
DEPEND="virtual/libc
virtual/x11
@@ -34,6 +34,7 @@ src_compile() {
fi
econf \
+ $(use_enable static) \
--enable-production \
--enable-verbose=no \
--enable-build-12 \
diff --git a/x11-libs/lesstif/lesstif-0.94.0-r4.ebuild b/x11-libs/lesstif/lesstif-0.94.0-r4.ebuild
index 46d2194ed099..c5479710082e 100644
--- a/x11-libs/lesstif/lesstif-0.94.0-r4.ebuild
+++ b/x11-libs/lesstif/lesstif-0.94.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r4.ebuild,v 1.2 2005/03/02 23:58:19 j4rg0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.94.0-r4.ebuild,v 1.3 2005/03/07 10:43:35 lanius Exp $
inherit libtool flag-o-matic multilib
@@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2"
SLOT="2.1"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ia64"
-IUSE=""
+IUSE="static"
DEPEND="virtual/libc
virtual/x11
@@ -33,6 +33,7 @@ src_compile() {
fi
econf \
+ $(use_enable static) \
--enable-production \
--enable-verbose=no \
--with-x || die "./configure failed"