Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 387593
Collapse All | Expand All

(-)/usr/portage/app-emulation/virtualbox-guest-additions/virtualbox-guest-additions-4.1.2.ebuild (-1 / +6 lines)
Lines 35-40 Link Here
35
		sys-devel/dev86
35
		sys-devel/dev86
36
		sys-libs/pam
36
		sys-libs/pam
37
		sys-power/iasl
37
		sys-power/iasl
38
		app-arch/makeself
38
		X? ( x11-proto/renderproto )
39
		X? ( x11-proto/renderproto )
39
		!X? ( x11-proto/xproto )"
40
		!X? ( x11-proto/xproto )"
40
41
Lines 84-99 Link Here
84
}
85
}
85
86
86
src_configure() {
87
src_configure() {
88
		if [ ! -x /usr/bin/makeself.sh ]; then
89
				eerror "makeself-script not found"
90
		fi
87
		# build the user-space tools, warnings are harmless
91
		# build the user-space tools, warnings are harmless
88
		./configure --nofatal \
92
		./configure --nofatal \
89
		--disable-xpcom \
93
		--disable-xpcom \
90
		--disable-sdl-ttf \
94
		--disable-sdl-ttf \
91
		--disable-pulse \
95
		--disable-pulse \
92
		--disable-alsa \
96
		--disable-alsa \
97
		--with-makeself=/usr/bin/makeself.sh \
93
		--build-headless || die "configure failed"
98
		--build-headless || die "configure failed"
94
}
99
}
95
100
96
source_compile() {
101
src_compile() {
97
		source ./env.sh
102
		source ./env.sh
98
103
99
		for each in /src/VBox/{Runtime,Additions/common} \
104
		for each in /src/VBox/{Runtime,Additions/common} \

Return to bug 387593