Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 41416 | Differences between
and this patch

Collapse All | Expand All

(-)ppp-2.4.2.ebuild.orig (-2 / +3 lines)
Lines 12-18 Link Here
12
IUSE="ipv6 activefilter pam"
12
IUSE="ipv6 activefilter pam"
13
13
14
DEPEND="virtual/glibc
14
DEPEND="virtual/glibc
15
	activefilter? ( net-libs/libpcap )"
15
		net-libs/libpcap"
16
16
17
src_unpack() {
17
src_unpack() {
18
	unpack ${A}
18
	unpack ${A}
Lines 21-27 Link Here
21
	epatch ${FILESDIR}/${PV}/mpls.patch
21
	epatch ${FILESDIR}/${PV}/mpls.patch
22
	epatch ${FILESDIR}/${PV}/killaddr-smarter.patch
22
	epatch ${FILESDIR}/${PV}/killaddr-smarter.patch
23
	epatch ${FILESDIR}/${PV}/cflags.patch
23
	epatch ${FILESDIR}/${PV}/cflags.patch
24
24
    epatch ${FILESDIR}/${PV}/pcap.patch
25
		
25
	use activefilter && {
26
	use activefilter && {
26
		einfo "Enabling active-filter"
27
		einfo "Enabling active-filter"
27
		sed -i -e "s/^#FILTER=y/FILTER=y/" pppd/Makefile.linux
28
		sed -i -e "s/^#FILTER=y/FILTER=y/" pppd/Makefile.linux

Return to bug 41416