diff options
author | Keri Harris <keri@gentoo.org> | 2008-08-26 07:33:12 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2008-08-26 07:33:12 +0000 |
commit | 0c8e9770320be249a54fac128879d35ca0853324 (patch) | |
tree | 7e93841088cd0ef13ad09ab3d301e10687236752 /dev-lang/mozart/mozart-1.4.0.ebuild | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-0c8e9770320be249a54fac128879d35ca0853324.tar.gz gentoo-2-0c8e9770320be249a54fac128879d35ca0853324.tar.bz2 gentoo-2-0c8e9770320be249a54fac128879d35ca0853324.zip |
Ensure compiled libdss is used during src_test
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/mozart/mozart-1.4.0.ebuild')
-rw-r--r-- | dev-lang/mozart/mozart-1.4.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/mozart/mozart-1.4.0.ebuild b/dev-lang/mozart/mozart-1.4.0.ebuild index df5d2760c766..189190f4374f 100644 --- a/dev-lang/mozart/mozart-1.4.0.ebuild +++ b/dev-lang/mozart/mozart-1.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild,v 1.2 2008/08/23 21:28:10 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mozart/mozart-1.4.0.ebuild,v 1.3 2008/08/26 07:33:11 keri Exp $ inherit elisp-common eutils @@ -43,6 +43,7 @@ src_unpack() { epatch "${FILESDIR}"/${P}-contrib.patch epatch "${FILESDIR}"/${P}-dss-prefix.patch epatch "${FILESDIR}"/${P}-dss-pic.patch + epatch "${FILESDIR}"/${P}-dss-libpath.patch epatch "${FILESDIR}"/${P}-nostrip.patch } |