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

Collapse All | Expand All

(-)/sys_tools/usr/portage/sys-apps/tcp-wrappers/tcp-wrappers-7.6-r8.ebuild (-1 / +4 lines)
Lines 27-32 Link Here
27
	chmod ug+w Makefile
27
	chmod ug+w Makefile
28
28
29
	EPATCH_SUFFIX="patch"
29
	EPATCH_SUFFIX="patch"
30
# RIT -- Solaris
31
	epatch /sys_tools/usr/local/portage/sys-apps/tcp-wrappers/files/RIT.solaris.patch
32
30
	PATCHDIR=${WORKDIR}/${PV}
33
	PATCHDIR=${WORKDIR}/${PV}
31
	epatch ${PATCHDIR}/${P}-makefile.patch
34
	epatch ${PATCHDIR}/${P}-makefile.patch
32
	epatch ${PATCHDIR}/generic
35
	epatch ${PATCHDIR}/generic
Lines 52-58 Link Here
52
		REAL_DAEMON_DIR=/usr/sbin \
55
		REAL_DAEMON_DIR=/usr/sbin \
53
		GENTOO_OPT="${myconf}" \
56
		GENTOO_OPT="${myconf}" \
54
		MAJOR=0 MINOR=${PV:0:1} REL=${PV:2:3} \
57
		MAJOR=0 MINOR=${PV:0:1} REL=${PV:2:3} \
55
		linux || die "emake linux failed"
58
		sunos5 || die "emake linux failed"
56
}
59
}
57
60
58
src_install() {
61
src_install() {

Return to bug 308687