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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +4 lines)
Line  Link Here
0
-- open-vm-tools-0.0.20090824.187411.ebuild
0
++ open-vm-tools-0.0.20090824.187411.ebuild
Lines 18-24 Link Here
18
LICENSE="LGPL-2"
18
LICENSE="LGPL-2"
19
SLOT="0"
19
SLOT="0"
20
KEYWORDS="~amd64 ~x86"
20
KEYWORDS="~amd64 ~x86"
21
IUSE="X doc fuse icu unity xinerama"
21
IUSE="X doc fuse pic icu unity xinerama"
22
22
23
RDEPEND=">=dev-libs/glib-2
23
RDEPEND=">=dev-libs/glib-2
24
		dev-libs/libdnet
24
		dev-libs/libdnet
Lines 78-83 Link Here
78
78
79
src_prepare() {
79
src_prepare() {
80
	epatch "${FILESDIR}/default-scripts.patch"
80
	epatch "${FILESDIR}/default-scripts.patch"
81
	epatch "${FILESDIR}/checkvm-pie-safety.patch"
81
	sed -i -e 's/proc-3.2.7/proc/g' configure || die "sed configure failed"
82
	sed -i -e 's/proc-3.2.7/proc/g' configure || die "sed configure failed"
82
	sed -i -e 's/CFLAGS=.*Werror/#&/g' configure || die "sed comment out Werror failed"
83
	sed -i -e 's/CFLAGS=.*Werror/#&/g' configure || die "sed comment out Werror failed"
83
}
84
}
Lines 91-96 Link Here
91
		$(use_with X gtk2) \
92
		$(use_with X gtk2) \
92
		$(use_with X gtkmm) \
93
		$(use_with X gtkmm) \
93
		$(use_with icu) \
94
		$(use_with icu) \
95
		$(use_with pic) \
94
		$(use_enable unity) \
96
		$(use_enable unity) \
95
		$(use_enable xinerama multimon)
97
		$(use_enable xinerama multimon)
96
}
98
}

Return to bug 200376