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

Collapse All | Expand All

(-)/usr/portage/media-libs/libprojectm/libprojectm-2.0.1-r1.ebuild (-2 / +6 lines)
Lines 14-20 Link Here
14
LICENSE="LGPL-2"
14
LICENSE="LGPL-2"
15
SLOT="0"
15
SLOT="0"
16
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
16
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
17
IUSE="debug"
17
IUSE="debug openmp"
18
18
19
RDEPEND=">=media-libs/ftgl-2.1.3_rc5
19
RDEPEND=">=media-libs/ftgl-2.1.3_rc5
20
	media-libs/freetype:2
20
	media-libs/freetype:2
Lines 22-28 Link Here
22
	media-libs/glew
22
	media-libs/glew
23
	sys-libs/zlib"
23
	sys-libs/zlib"
24
DEPEND="${RDEPEND}
24
DEPEND="${RDEPEND}
25
	dev-util/pkgconfig"
25
	dev-util/pkgconfig
26
	openmp? ( sys-devel/gcc[openmp] )"
26
27
27
S=${WORKDIR}/${MY_P}
28
S=${WORKDIR}/${MY_P}
28
29
Lines 32-36 Link Here
32
33
33
src_configure() {
34
src_configure() {
34
	append-ldflags $(no-as-needed)
35
	append-ldflags $(no-as-needed)
36
        local mycmakeargs="
37
                $(cmake-utils_use openmp USE_OPENMP)
38
        "
35
	cmake-utils_src_configure
39
	cmake-utils_src_configure
36
}
40
}

Return to bug 302741