diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-11-11 14:30:24 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-11-11 14:30:24 +0000 |
commit | 92e05804c0551935afdc4c53f77ef44e119b54ba (patch) | |
tree | 6d1027fc76f7f46e7db4853cece0375e456d6f7e /net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild | |
parent | amd64 stable wrt #198564 (diff) | |
download | historical-92e05804c0551935afdc4c53f77ef44e119b54ba.tar.gz historical-92e05804c0551935afdc4c53f77ef44e119b54ba.tar.bz2 historical-92e05804c0551935afdc4c53f77ef44e119b54ba.zip |
fix compile problems
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild')
-rw-r--r-- | net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild index 54cf5339650e..2cc7de1d6cd0 100644 --- a/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild +++ b/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.6 2007/05/02 00:15:32 genone Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r3.ebuild,v 1.7 2007/11/11 14:30:23 genstef Exp $ inherit eutils multilib linux-info @@ -77,6 +77,9 @@ src_unpack() { use fax || sed -i -e "s:^\(CONFIG_CAPIFAX=.*\)$:# \1:g" .config # build pppdcapiplugin use pppd || sed -i -e "s:^\(CONFIG_PPPDCAPIPLUGIN=.*\)$:# \1:g" .config + + # compile fix + epatch "${FILESDIR}/capi-compile.patch" } src_compile() { |