Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/glm/
Date: Sat, 11 Jan 2020 08:23:17
Message-Id: 1578730969.f12d3468e4f471a8f0124b4d4eb98a8081c0ac52.tupone@gentoo
1 commit: f12d3468e4f471a8f0124b4d4eb98a8081c0ac52
2 Author: Tupone Alfredo <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 11 08:22:49 2020 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 11 08:22:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12d3468
7
8 media-libs/glm: fix test on SSE2
9
10 Closes: https://bugs.gentoo.org/705096
11 Package-Manager: Portage-2.3.79, Repoman-2.3.16
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 media-libs/glm/glm-0.9.9.7.ebuild | 4 ++++
15 1 file changed, 4 insertions(+)
16
17 diff --git a/media-libs/glm/glm-0.9.9.7.ebuild b/media-libs/glm/glm-0.9.9.7.ebuild
18 index c144e6b5a4c..d806cb6f375 100644
19 --- a/media-libs/glm/glm-0.9.9.7.ebuild
20 +++ b/media-libs/glm/glm-0.9.9.7.ebuild
21 @@ -17,6 +17,10 @@ RESTRICT="!test? ( test )"
22
23 RDEPEND="virtual/opengl"
24
25 +PATCHES=(
26 + "${FILESDIR}"/${PN}-0.9.9.6-simd.patch
27 +)
28 +
29 src_prepare() {
30 sed \
31 -e "s:@CMAKE_INSTALL_PREFIX@:${EPREFIX}/usr:" \