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

Collapse All | Expand All

(-)open-vm-tools-0.0.20090618.172495.ebuild.old (-4 / +5 lines)
Lines 4-10 Link Here
4
4
5
EAPI="2"
5
EAPI="2"
6
6
7
inherit eutils linux-mod pam versionator
7
inherit eutils autotools linux-mod pam versionator
8
8
9
MY_DATE="$(get_version_component_range 3)"
9
MY_DATE="$(get_version_component_range 3)"
10
MY_BUILD="$(get_version_component_range 4)"
10
MY_BUILD="$(get_version_component_range 4)"
Lines 86-91 Link Here
86
src_prepare() {
86
src_prepare() {
87
	epatch "${FILESDIR}/default-scripts.patch"
87
	epatch "${FILESDIR}/default-scripts.patch"
88
	sed -e 's:VMTOOLSD_PLUGIN_ROOT=\\"\$(pkglibdir)\\":VMTOOLSD_PLUGIN_ROOT=\\"\$(pkglibdir)/plugins\\":g' -i services/vmtoolsd/Makefile.in
88
	sed -e 's:VMTOOLSD_PLUGIN_ROOT=\\"\$(pkglibdir)\\":VMTOOLSD_PLUGIN_ROOT=\\"\$(pkglibdir)/plugins\\":g' -i services/vmtoolsd/Makefile.in
89
	epatch "${FILESDIR}/open-vm-tools-procps-check-fix.patch"
90
	eautoreconf || die "autoreconf failed"
89
}
91
}
90
92
91
src_configure() {
93
src_configure() {
Lines 95-107 Link Here
95
		$(use_with X x) \
97
		$(use_with X x) \
96
		$(use_with X gtkmm) \
98
		$(use_with X gtkmm) \
97
		$(use_enable unity) \
99
		$(use_enable unity) \
98
		$(use_enable xinerama multimon)
100
		$(use_enable xinerama multimon) || die "econf failed"
99
}
101
}
100
102
101
src_compile() {
103
src_compile() {
102
	linux-mod_src_compile
104
	linux-mod_src_compile
103
105
	emake || die "emake failed"
104
	emake || die
105
}
106
}
106
107
107
src_install() {
108
src_install() {

Return to bug 273211