Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 30682 Details for
Bug 49945
fcpci-03.11.02.ebuild (Update)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
New ebuild to patch the defs.h
fcpci-03.11.02.ebuild (text/plain), 1.14 KB, created by
Ben
on 2004-05-04 02:02:24 UTC
(
hide
)
Description:
New ebuild to patch the defs.h
Filename:
MIME Type:
Creator:
Ben
Created:
2004-05-04 02:02:24 UTC
Size:
1.14 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-dialup/fcpci/fcpci-03.11.02.ebuild,v 1.1 2004/04/10 12:22:48 lanius Exp $ > >inherit flag-o-matic kernel-mod > >DESCRIPTION="CAPI4Linux drivers for AVM Fritz!Card PCI" >HOMEPAGE="http://www.avm.de/" >S="${WORKDIR}/fritz" >SRC_URI="ftp://ftp.avm.de/cardware/fritzcrd.pci/linux/suse.82/fcpci-suse8.2-${PV}.tar.gz" >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~x86" >DEPEND="virtual/linux-sources" > >pkg_setup() { > kernel-mod_is_2_4_kernel || die "This module is only compatible with 2.4.x kernels." >} > >src_unpack() { > filter-flags "-fstack-protector" > filter-flags "-fstack-protector-all" > > unpack ${A} > cd ${S} > patch -p1 <${FILESDIR}/defs.h.patch > sed -i -e "s/\`uname -r\`/${KV_VERSION_FULL}/" \ > -e 's/-DMODULE/-DMODULE -DMODVERSIONS/' \ > -e "s:(DEFINES) -O2:(DEFINES) ${CFLAGS} -include /lib/modules/${KV_VERSION_FULL}/build/include/linux/modversions.h:" src.drv/makefile >} > >src_install () { > insinto /lib/modules/${KV_VERSION_FULL}/misc > doins src.drv/fcpci.o > dodoc CAPI* compile* license.txt > dohtml install_passive-d.html >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 49945
:
30682
|
30683
|
30773