tags 590765 +patch
thanks

Hi

This only happens on sparc as src/osdep/byteorder.h tries to include
sys/byteorder.h when __sparc__ is defined thinking it must be Solaris.

You can fix this by changing this to checking for __sun__ and __sparc__
instead of __sparc__ (as __sun__ is only defined on Solaris): sed -e
'/#if defined(__sparc__)/s/__sparc__/&) \&\& defined(__sun__/' -i
src/osdep/byteorder.h

Cheers

Luk



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to