diff options
author | Hanno Böck <hanno@gentoo.org> | 2004-06-27 07:40:57 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2004-06-27 07:40:57 +0000 |
commit | 6056a6012dbb3a7c6ea933b4b45cd8ba28ad0746 (patch) | |
tree | ae1e260e08a51dd2bcbb6243829a43be81cb83f9 /app-office | |
parent | Initial import. (Manifest recommit) (diff) | |
download | gentoo-2-6056a6012dbb3a7c6ea933b4b45cd8ba28ad0746.tar.gz gentoo-2-6056a6012dbb3a7c6ea933b4b45cd8ba28ad0746.tar.bz2 gentoo-2-6056a6012dbb3a7c6ea933b4b45cd8ba28ad0746.zip |
lxbank gcc34 fix
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/lxbank/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/lxbank/files/lxbank_gcc34.gz | bin | 0 -> 206 bytes | |||
-rw-r--r-- | app-office/lxbank/lxbank-0.1.9.ebuild | 7 |
3 files changed, 11 insertions, 2 deletions
diff --git a/app-office/lxbank/ChangeLog b/app-office/lxbank/ChangeLog index 464d07db230f..5e51c3ab27b0 100644 --- a/app-office/lxbank/ChangeLog +++ b/app-office/lxbank/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/lxbank # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lxbank/ChangeLog,v 1.7 2004/06/24 22:42:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lxbank/ChangeLog,v 1.8 2004/06/27 07:40:57 hanno Exp $ + + 27 Jun 2004; Hanno Boeck <hanno@gentoo.org> +files/lxbank_gcc34.gz, + lxbank-0.1.9.ebuild: + Fix for gcc 3.4. 11 Mar 2004; Hanno Boeck <hanno@gentoo.org> lxbank-0.1.9.ebuild: Marked stable on x86. diff --git a/app-office/lxbank/files/lxbank_gcc34.gz b/app-office/lxbank/files/lxbank_gcc34.gz Binary files differnew file mode 100644 index 000000000000..49d8074c7c23 --- /dev/null +++ b/app-office/lxbank/files/lxbank_gcc34.gz diff --git a/app-office/lxbank/lxbank-0.1.9.ebuild b/app-office/lxbank/lxbank-0.1.9.ebuild index 870922242109..1eb140cd3e8d 100644 --- a/app-office/lxbank/lxbank-0.1.9.ebuild +++ b/app-office/lxbank/lxbank-0.1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/lxbank/lxbank-0.1.9.ebuild,v 1.3 2004/06/24 22:42:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lxbank/lxbank-0.1.9.ebuild,v 1.4 2004/06/27 07:40:57 hanno Exp $ DESCRIPTION="Graphical HBCI online banking tool" HOMEPAGE="http://lxbank.sourceforge.net/" @@ -14,6 +14,11 @@ DEPEND=">=net-libs/openhbci-0.9.11 >=sys-libs/libchipcard-0.9 app-misc/ktoblzcheck" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/lxbank_gcc34.gz +} + src_compile() { econf --with-qt-includes=/usr/qt/3/include/ || die emake || die |