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

(-)a/tigervnc-1.2.0.ebuild (-3 / +4 lines)
Lines 85-92 Link Here
85
		einfo "The 'server' USE flag will build tigervnc's server."
85
		einfo "The 'server' USE flag will build tigervnc's server."
86
		einfo "If '-server' is chosen only the client is built to save space."
86
		einfo "If '-server' is chosen only the client is built to save space."
87
		einfo "Stop the build now if you need to add 'server' to USE flags.\n"
87
		einfo "Stop the build now if you need to add 'server' to USE flags.\n"
88
		ebeep
89
		epause 5
90
	else
88
	else
91
		ewarn "Forcing on xorg-x11 for new enough glxtokens.h..."
89
		ewarn "Forcing on xorg-x11 for new enough glxtokens.h..."
92
		OLD_IMPLEM="$(eselect opengl show)"
90
		OLD_IMPLEM="$(eselect opengl show)"
Lines 118-124 Link Here
118
	fi
116
	fi
119
}
117
}
120
118
121
src_compile() {
119
src_configure() {
122
	mycmakeargs=(
120
	mycmakeargs=(
123
		-G "Unix Makefiles"
121
		-G "Unix Makefiles"
124
		$(cmake-utils_use_use internal-fltk INCLUDED_FLTK)
122
		$(cmake-utils_use_use internal-fltk INCLUDED_FLTK)
Lines 126-132 Link Here
126
		$(cmake-utils_use_enable pam PAM)
124
		$(cmake-utils_use_enable pam PAM)
127
		$(cmake-utils_use_build java JAVA)
125
		$(cmake-utils_use_build java JAVA)
128
	)
126
	)
127
	cmake-utils_src_configure
128
}
129
129
130
src_compile() {
130
	cmake-utils_src_compile
131
	cmake-utils_src_compile
131
132
132
	if use server ; then
133
	if use server ; then

Return to bug 435272