summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Briesenick <sbriesen@gentoo.org>2007-01-28 19:33:13 +0000
committerStefan Briesenick <sbriesen@gentoo.org>2007-01-28 19:33:13 +0000
commit4368beda44e988ee5096706a1448f8343a1b47c4 (patch)
tree5279bc5b0e710159bc07c27cfce2750c81a7b1e6 /net-dialup
parentFix apr deps. (diff)
downloadgentoo-2-4368beda44e988ee5096706a1448f8343a1b47c4.tar.gz
gentoo-2-4368beda44e988ee5096706a1448f8343a1b47c4.tar.bz2
gentoo-2-4368beda44e988ee5096706a1448f8343a1b47c4.zip
fixed bug #160187 and #164137.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/capi4k-utils/ChangeLog8
-rw-r--r--net-dialup/capi4k-utils/capi4k-utils-20050718-r2.ebuild9
2 files changed, 9 insertions, 8 deletions
diff --git a/net-dialup/capi4k-utils/ChangeLog b/net-dialup/capi4k-utils/ChangeLog
index 07f1a142bea3..146c292ec615 100644
--- a/net-dialup/capi4k-utils/ChangeLog
+++ b/net-dialup/capi4k-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dialup/capi4k-utils
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.48 2006/12/18 09:05:50 opfer Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/ChangeLog,v 1.49 2007/01/28 19:33:13 sbriesen Exp $
+
+ 28 Jan 2007; Stefan Briesenick <sbriesen@gentoo.org>
+ capi4k-utils-20050718-r2.ebuild:
+ fixed bug #160187 and #164137.
18 Dec 2006; Christian Faulhammer <opfer@gentoo.org>
capi4k-utils-20050718-r2.ebuild:
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20050718-r2.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20050718-r2.ebuild
index 4f3710d577cd..beffa422a65c 100644
--- a/net-dialup/capi4k-utils/capi4k-utils-20050718-r2.ebuild
+++ b/net-dialup/capi4k-utils/capi4k-utils-20050718-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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-r2.ebuild,v 1.2 2006/12/18 09:05:50 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20050718-r2.ebuild,v 1.3 2007/01/28 19:33:13 sbriesen Exp $
-inherit eutils multilib gnuconfig linux-info
+inherit eutils multilib linux-info
YEAR_PV="${PV:0:4}"
MON_PV="${PV:4:2}"
@@ -48,8 +48,6 @@ src_unpack() {
cp -f "${FILESDIR}/config" .config
# copy init-script config
cp -f "${FILESDIR}/capi.confd" capi.confd
- # patch includes of all *.c files
- sed -i -e "s:linux/capi.h>$:linux/compiler.h>\n#include <linux/capi.h>:g" */*.c || die "sed failed"
# patch all Makefile.* and Rules.make to use our CFLAGS
sed -i -e "s:^\(CFLAGS.*\)-O2:\1${CFLAGS}:g" */Makefile.* */Rules.make || die "sed failed"
# patch capi20/Makefile.* to use -fPIC for shared library
@@ -77,7 +75,6 @@ src_unpack() {
}
src_compile() {
- gnuconfig_update
emake subconfig || die "make subconfig failed"
emake || die "make failed"
}