diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:44:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 14:44:29 +0000 |
commit | 86d303686138956f943dbbef5764f0f44bbf4fe5 (patch) | |
tree | 43d28434235d98d890b1321ce186f78985294612 /x11-libs/xclass | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-86d303686138956f943dbbef5764f0f44bbf4fe5.tar.gz historical-86d303686138956f943dbbef5764f0f44bbf4fe5.tar.bz2 historical-86d303686138956f943dbbef5764f0f44bbf4fe5.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-libs/xclass')
-rw-r--r-- | x11-libs/xclass/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/xclass/xclass-0.7.4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-libs/xclass/ChangeLog b/x11-libs/xclass/ChangeLog index daab8a886d3f..eb3ae9a5ebbd 100644 --- a/x11-libs/xclass/ChangeLog +++ b/x11-libs/xclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/xclass # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.7 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/ChangeLog,v 1.8 2004/04/26 14:44:29 agriffis Exp $ + + 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> xclass-0.7.4.ebuild: + Add die following econf for bug 48950 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> xclass-0.8.2.ebuild: Added IUSE. diff --git a/x11-libs/xclass/xclass-0.7.4.ebuild b/x11-libs/xclass/xclass-0.7.4.ebuild index 3d2116a66c7a..ac40fb7b19de 100644 --- a/x11-libs/xclass/xclass-0.7.4.ebuild +++ b/x11-libs/xclass/xclass-0.7.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.7 2003/06/27 20:55:30 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xclass/xclass-0.7.4.ebuild,v 1.8 2004/04/26 14:44:29 agriffis Exp $ DESCRIPTION="a C++ GUI toolkit for the X windows environment" HOMEPAGE="http://xclass.sourceforge.net/" @@ -14,7 +14,7 @@ DEPEND="virtual/x11 virtual/glibc" src_compile() { - econf --enable-shared=yes --with-x + econf --enable-shared=yes --with-x || die "econf failed" # for some reason -fPIC dies while sandboxed ... #cd ${S}/lib/libxclass |