>>>>> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

>>>>> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes:
Peter> Is it correct that this line remains untouched?

Peter> #if SIZEOF_WCHAR_T != 4 && defined(__GNUC__) &&
Peter> defined(__GNUC_MINOR__) && __GNUC__ == 3 && __GNUC_MINOR__ < 4

Jean-Marc> No, and I do not know how I missed it. I think it should be

Jean-Marc> #if ! defined(USE_WCHAR_T) && defined(__GNUC__) &&
Jean-Marc> defined(__GNUC_MINOR__) && __GNUC__ == 3 && __GNUC_MINOR__
Jean-Marc> < 4

Jose, do I still have time to commit the following patch?

I did not add OpenBSD and NetBSD, since I'd rather have first hand
reports on what should be done.

The best probably would be to contact the port maintainers:
http://pkgsrc.se/editors/lyx-qt
http://ports.openbsd.nu/print/lyx

JMarc

Reply via email to