diff options
Diffstat (limited to 'net-libs/ptlib/ptlib-2.6.4-r1.ebuild')
-rw-r--r-- | net-libs/ptlib/ptlib-2.6.4-r1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/ptlib/ptlib-2.6.4-r1.ebuild b/net-libs/ptlib/ptlib-2.6.4-r1.ebuild index 151c4831dc6d..853800340191 100644 --- a/net-libs/ptlib/ptlib-2.6.4-r1.ebuild +++ b/net-libs/ptlib/ptlib-2.6.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.6.4-r1.ebuild,v 1.2 2009/09/12 21:47:20 volkmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ptlib/ptlib-2.6.4-r1.ebuild,v 1.3 2009/09/26 10:45:42 volkmar Exp $ EAPI="2" @@ -125,7 +125,9 @@ src_prepare() { fi # bug 283675, upstream bug 2857750 - epatch "${FILESDIR}"/${P}-vxml-ptones.patch + if use vxml && ! use dtmf; then + epatch "${FILESDIR}"/${P}-vxml-ptones.patch + fi } src_configure() { |