diff options
author | Stefan Jones <cretin@gentoo.org> | 2002-11-06 20:22:16 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2002-11-06 20:22:16 +0000 |
commit | 3e52b0354a356faa0c93bfe56176ca2d16eb21e5 (patch) | |
tree | b1d6a2d41d1bbe3577b5378b9d12de2f3b7f936d /x11-libs/lesstif | |
parent | update to the alpha profile (diff) | |
download | gentoo-2-3e52b0354a356faa0c93bfe56176ca2d16eb21e5.tar.gz gentoo-2-3e52b0354a356faa0c93bfe56176ca2d16eb21e5.tar.bz2 gentoo-2-3e52b0354a356faa0c93bfe56176ca2d16eb21e5.zip |
Also build the static library, needed for java source compile
Diffstat (limited to 'x11-libs/lesstif')
-rw-r--r-- | x11-libs/lesstif/lesstif-0.93.36.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-libs/lesstif/lesstif-0.93.36.ebuild b/x11-libs/lesstif/lesstif-0.93.36.ebuild index b203a379cf70..148ebb060523 100644 --- a/x11-libs/lesstif/lesstif-0.93.36.ebuild +++ b/x11-libs/lesstif/lesstif-0.93.36.ebuild @@ -1,4 +1,4 @@ -# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.36.ebuild,v 1.1 2002/10/21 05:17:11 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/lesstif/lesstif-0.93.36.ebuild,v 1.2 2002/11/06 20:22:16 cretin Exp $ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later @@ -31,6 +31,7 @@ src_compile() { --prefix=/usr \ --infodir=/usr/share/info \ --mandir=/usr/share/man \ + --enable-static \ --with-x || die "./configure failed" emake CFLAGS="${CFLAGS}" || die |