зеркало из https://github.com/mozilla/gecko-dev.git
Workarounds for QNX's compiler choking to death on parts of nsCOMPtr.h.
This commit is contained in:
Родитель
424c6b9ce6
Коммит
1bb0eeb32f
|
@ -433,6 +433,9 @@ alpha*-*-osf*)
|
|||
;;
|
||||
|
||||
*-qnx*)
|
||||
dnl Solves the problems the QNX compiler has with nsCOMPtr.h.
|
||||
AC_DEFINE(NSCAP_DISABLE_TEST_DONTQUERY_CASES)
|
||||
AC_DEFINE(NSCAP_DISABLE_DEBUG_PTR_TYPES)
|
||||
if test "$no_x" = "yes"; then
|
||||
MOZ_WIDGET_TOOLKIT='photon'
|
||||
TK_LIBS='-lphoton -lphrender'
|
||||
|
|
Загрузка…
Ссылка в новой задаче