--- cde/config/cf/FreeBSD.cf | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/cde/config/cf/FreeBSD.cf b/cde/config/cf/FreeBSD.cf index 3671171..ebaa743 100644 --- a/cde/config/cf/FreeBSD.cf +++ b/cde/config/cf/FreeBSD.cf @@ -52,6 +52,19 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe # define HasGcc2 YES #endif +/* For DtHelp TIFF processing routines. */ +#ifdef AMD64Architecture +#define LSBBitOrder YES +#endif + +#ifdef ARMArchitecture +#define LSBBitOrder YES +#endif + +#ifdef i386Architecture +#define LSBBitOrder YES +#endif + #define MkdirHierCmd mkdir -p #define CcCmd gcc -- 1.7.9.2 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel