diff options
author | 2005-09-20 02:07:33 +0000 | |
---|---|---|
committer | 2005-09-20 02:07:33 +0000 | |
commit | 96c555b0c8e0b47a661b56f6863cdd99c4fcfd98 (patch) | |
tree | fac2ae2a3e54d6d0c4bffc8cbb086d2acd2d7e1f /dev-db/qt-unixODBC/qt-unixODBC-3.3.5.ebuild | |
parent | Licence for upcoming package "sci-chemistry/gamess". (diff) | |
download | gentoo-2-96c555b0c8e0b47a661b56f6863cdd99c4fcfd98.tar.gz gentoo-2-96c555b0c8e0b47a661b56f6863cdd99c4fcfd98.tar.bz2 gentoo-2-96c555b0c8e0b47a661b56f6863cdd99c4fcfd98.zip |
Rev bump to add qt-no-rpath.patch from qt ebuild to make the portage RUNPATH error checker happy
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-db/qt-unixODBC/qt-unixODBC-3.3.5.ebuild')
-rw-r--r-- | dev-db/qt-unixODBC/qt-unixODBC-3.3.5.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-db/qt-unixODBC/qt-unixODBC-3.3.5.ebuild b/dev-db/qt-unixODBC/qt-unixODBC-3.3.5.ebuild index 8b9576d5e04c..d363c9f2f422 100644 --- a/dev-db/qt-unixODBC/qt-unixODBC-3.3.5.ebuild +++ b/dev-db/qt-unixODBC/qt-unixODBC-3.3.5.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/dev-db/qt-unixODBC/qt-unixODBC-3.3.5.ebuild,v 1.1 2005/09/17 16:35:10 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/qt-unixODBC/qt-unixODBC-3.3.5.ebuild,v 1.2 2005/09/20 02:07:33 caleb Exp $ inherit eutils @@ -24,8 +24,11 @@ export PLATFORM=linux-g++ src_unpack() { unpack ${A} - cd ${S} + + epatch ${FILESDIR}/qt-no-rpath.patch + + cp configure configure.orig sed -e 's:read acceptance:acceptance=yes:' configure.orig > configure } |