projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8363ff4
)
media-libs/glm: fix test on SSE2
author
Tupone Alfredo
<tupone@gentoo.org>
Sat, 11 Jan 2020 08:22:49 +0000
(09:22 +0100)
committer
Tupone Alfredo
<tupone@gentoo.org>
Sat, 11 Jan 2020 08:22:49 +0000
(09:22 +0100)
Closes: https://bugs.gentoo.org/705096
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
media-libs/glm/glm-0.9.9.7.ebuild
patch
|
blob
|
history
diff --git
a/media-libs/glm/glm-0.9.9.7.ebuild
b/media-libs/glm/glm-0.9.9.7.ebuild
index c144e6b5a4c529230035586499e6de41afd9b2a6..d806cb6f37572e9555fd5f644d23b1e503d5e540 100644
(file)
--- a/
media-libs/glm/glm-0.9.9.7.ebuild
+++ b/
media-libs/glm/glm-0.9.9.7.ebuild
@@
-17,6
+17,10
@@
RESTRICT="!test? ( test )"
RDEPEND="virtual/opengl"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.9.9.6-simd.patch
+)
+
src_prepare() {
sed \
-e "s:@CMAKE_INSTALL_PREFIX@:${EPREFIX}/usr:" \