[MacPorts] #23674: libsdl 1.2.14 misdetects endianess on PPC non-universal build
MacPorts
noreply at macports.org
Thu Feb 11 13:34:52 PST 2010
#23674: libsdl 1.2.14 misdetects endianess on PPC non-universal build
------------------------------------------------+---------------------------
Reporter: michael.klein@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: libsdl
------------------------------------------------+---------------------------
{{{
$ grep SDL_BYTEORDER /opt/local/include/SDL/SDL_config.h
#define SDL_BYTEORDER 1234
}}}
On PPC, this should be rather 4321. SDL's configure script, generated by
autoconf 2.63, reports {{{checking whether byte ordering is bigendian...
universal}}}, although I did not ask for a universal variant.
Regenerating with autoconf 2.65 fixes this.
--
Ticket URL: <http://trac.macports.org/ticket/23674>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list