Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/freeglut/
Date: Sun, 30 Aug 2015 01:18:41
Message-Id: 1440897764.21afa1414ec6ba38849592861de78646aaa7e032.mattst88@gentoo
1 commit: 21afa1414ec6ba38849592861de78646aaa7e032
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 01:22:03 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 01:22:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21afa141
7
8 media-libs/freeglut: Fix USE=-static-libs.
9
10 Bug: https://bugs.gentoo.org/550146
11
12 media-libs/freeglut/freeglut-3.0.0.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/media-libs/freeglut/freeglut-3.0.0.ebuild b/media-libs/freeglut/freeglut-3.0.0.ebuild
16 index 0a07712..5e57b8b 100644
17 --- a/media-libs/freeglut/freeglut-3.0.0.ebuild
18 +++ b/media-libs/freeglut/freeglut-3.0.0.ebuild
19 @@ -34,6 +34,7 @@ HTML_DOCS=( doc/. )
20 src_configure() {
21 local mycmakeargs=(
22 "-DFREEGLUT_GLES=OFF"
23 + "-DFREEGLUT_BUILD_STATIC_LIBS=$(usex static-libs ON OFF)"
24 )
25 # $(cmake-utils_use gles FREEGLUT_GLES)
26 cmake-multilib_src_configure