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

Collapse All | Expand All

(-)freebsd-pf-9.2_rc3.ebuild (-3 / +3 lines)
Lines 38-49 Link Here
38
	# pcap-int.h redefines snprintf as pcap_snprintf
38
	# pcap-int.h redefines snprintf as pcap_snprintf
39
	epatch "${FILESDIR}/${PN}-9.0-pcap_pollution.patch"
39
	epatch "${FILESDIR}/${PN}-9.0-pcap_pollution.patch"
40
	# Use system's libevent
40
	# Use system's libevent
41
	epatch "${FILESDIR}/${PN}-9.0-libevent.patch"
41
	epatch "${FILESDIR}/${PN}-10.0-libevent.patch"
42
	epatch "${FILESDIR}/${PN}-9.0-pflogd.patch"
42
	epatch "${FILESDIR}/${PN}-10.0-pflogd.patch"
43
	epatch "${FILESDIR}/${PN}-9.0-bpf.patch"
43
	epatch "${FILESDIR}/${PN}-9.0-bpf.patch"
44
	epatch "${FILESDIR}/${PN}-9.0-getline.patch"
44
	epatch "${FILESDIR}/${PN}-9.0-getline.patch"
45
	# Link in kernel sources
45
	# Link in kernel sources
46
	ln -s "/usr/src/sys" "${WORKDIR}/sys"
46
	[[ ${PV} != *9999* ]] && ln -s "/usr/src/sys" "${WORKDIR}/sys"
47
}
47
}
48
48
49
src_compile() {
49
src_compile() {

Return to bug 488214