Bill Nottingham wrote:
ogre-1.2.5-1.fc7
This failure is caused by this piece of code:
/* Find the arch type */
#if defined(__x86_64__) || defined(_M_X64)
# define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_64
#else
# define OGRE_ARCH_TYPE OGRE_ARCHITECTURE_32
#endif
Which obviously needs to check for something like __ppc64__ too, can anyone
tell me what exactly it needs to check for?
Regards,
Hans
--
Fedora-maintainers mailing list
Fedora-maintainers@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers
--
Fedora-maintainers-readonly mailing list
Fedora-maintainers-readonly@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly