diff options
author | Niccolò Belli <niccolo.belli@linuxsystems.it> | 2022-11-08 12:40:14 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-27 22:45:46 +0100 |
commit | 884d9dafc85fe80042e62fd1434e9ca7e8668183 (patch) | |
tree | 427fd1274fe07ee4324605cd3763eff789d578f9 /gui-wm | |
parent | www-client/vivaldi: Drop old 5.5.2805.42 (diff) | |
download | gentoo-884d9dafc85fe80042e62fd1434e9ca7e8668183.tar.gz gentoo-884d9dafc85fe80042e62fd1434e9ca7e8668183.tar.bz2 gentoo-884d9dafc85fe80042e62fd1434e9ca7e8668183.zip |
sci-physics/bullet: rename altivec vector keywords
Altivec vectors can be defined with either the "vector" keyword or the
"__vector" type. In general "__vector" should be prefered for
include files, as otherwise it might conflicts with other type define
in the source code (define a vector class in C++ is quite common).
This causes bullet to fail to build on powerpc if the
code is compiled with -maltivec, or by default on ppc64el which always
has altivec enabled.
See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760310
Closes: https://bugs.gentoo.org/852101
Signed-off-by: Niccolò Belli <niccolo.belli@linuxsystems.it>
Closes: https://github.com/gentoo/gentoo/pull/28193
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'gui-wm')
0 files changed, 0 insertions, 0 deletions