diff options
author | Sam James <sam@gentoo.org> | 2021-02-05 21:57:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-05 21:57:16 +0000 |
commit | c74dcd154317d93fc07455b0f03bb442d592ca35 (patch) | |
tree | 6105d577f4b464aaddfec3679792a47487a8309e /media-libs/glm/glm-0.9.9.8-r1.ebuild | |
parent | dev-util/scons: Stabilize 4.0.1 ppc, #742359 (diff) | |
download | gentoo-c74dcd154317d93fc07455b0f03bb442d592ca35.tar.gz gentoo-c74dcd154317d93fc07455b0f03bb442d592ca35.tar.bz2 gentoo-c74dcd154317d93fc07455b0f03bb442d592ca35.zip |
media-libs/glm: fix tests on big endian arches
Closes: https://bugs.gentoo.org/673972
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/glm/glm-0.9.9.8-r1.ebuild')
-rw-r--r-- | media-libs/glm/glm-0.9.9.8-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/glm/glm-0.9.9.8-r1.ebuild b/media-libs/glm/glm-0.9.9.8-r1.ebuild index 10f370ff15e8..96a90be0b012 100644 --- a/media-libs/glm/glm-0.9.9.8-r1.ebuild +++ b/media-libs/glm/glm-0.9.9.8-r1.ebuild @@ -15,11 +15,10 @@ KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~sparc x86" IUSE="test cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_avx cpu_flags_x86_avx2" RESTRICT="!test? ( test )" -RDEPEND="" - PATCHES=( "${FILESDIR}"/${PN}-0.9.9.6-simd.patch "${FILESDIR}"/${P}-clang.patch + "${FILESDIR}"/${PN}-0.9.9.8-big-endian-tests.patch ) src_configure() { |