diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-07-21 17:55:57 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-07-21 17:55:57 +0000 |
commit | 5de1024ec51fb38eaedf79187e9abf0da37535d3 (patch) | |
tree | c03a416858b6fc0ab7887c3aabd5dda62a89db8b /x11-libs/qwt/qwt-5_pre20060130.ebuild | |
parent | Remove old version and related files. (diff) | |
download | gentoo-2-5de1024ec51fb38eaedf79187e9abf0da37535d3.tar.gz gentoo-2-5de1024ec51fb38eaedf79187e9abf0da37535d3.tar.bz2 gentoo-2-5de1024ec51fb38eaedf79187e9abf0da37535d3.zip |
adding a patch to fix compilation
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'x11-libs/qwt/qwt-5_pre20060130.ebuild')
-rw-r--r-- | x11-libs/qwt/qwt-5_pre20060130.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-libs/qwt/qwt-5_pre20060130.ebuild b/x11-libs/qwt/qwt-5_pre20060130.ebuild index 71d071734fc4..5bbeb3bef600 100644 --- a/x11-libs/qwt/qwt-5_pre20060130.ebuild +++ b/x11-libs/qwt/qwt-5_pre20060130.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5_pre20060130.ebuild,v 1.2 2006/05/07 07:30:56 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qwt/qwt-5_pre20060130.ebuild,v 1.3 2006/07/21 17:55:57 caleb Exp $ -inherit multilib +inherit multilib eutils MY_PV="${PV/5_pre/}" @@ -22,6 +22,7 @@ DEPEND="=x11-libs/qt-4* src_unpack () { unpack ${A} + epatch ${FILESDIR}/qwt-20060130-buildfix.patch cd ${S} find . -type f -name "*.pro" | while read file; do sed -e 's/.*no-exceptions.*//g' -i ${file} |