mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Changes to get the BeOS build running. Patch provided by Yannick Koehler <koehler@mythrium.com> .
This commit is contained in:
parent
54f9e8d411
commit
4a53bf302d
@ -571,6 +571,8 @@ xpfe/components/find/resources/Makefile
|
||||
xpfe/components/filepicker/src/Makefile
|
||||
xpfe/components/filepicker/res/content/Makefile
|
||||
xpfe/components/filepicker/res/skin/Makefile
|
||||
xpfe/components/filepicker/res/locale/Makefile
|
||||
xpfe/components/filepicker/res/locale/en-US/Makefile
|
||||
xpfe/components/filepicker/res/Makefile
|
||||
xpfe/components/filepicker/Makefile
|
||||
xpfe/components/history/Makefile
|
||||
|
@ -507,7 +507,8 @@ case "$target" in
|
||||
DSO_LDOPTS='-nostart -Xlinker --ignore-undefined'
|
||||
TK_LIBS='-lbe -lroot'
|
||||
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -Wno-multichar"
|
||||
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wno-multichar"
|
||||
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -Wno-multichar -Wno-ctor-dtor-pr
|
||||
ivacy"
|
||||
;;
|
||||
|
||||
*-bsdi*)
|
||||
|
@ -32,6 +32,8 @@
|
||||
#if defined(XP_BEOS)
|
||||
/* For DEBUGGER macros */
|
||||
#include <Debug.h>
|
||||
/* for getenv() */
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#if defined(XP_UNIX) || defined(_WIN32)
|
||||
|
@ -32,6 +32,8 @@
|
||||
#if defined(XP_BEOS)
|
||||
/* For DEBUGGER macros */
|
||||
#include <Debug.h>
|
||||
/* for getenv() */
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#if defined(XP_UNIX) || defined(_WIN32)
|
||||
|
@ -40,6 +40,7 @@
|
||||
#include <ctype.h>
|
||||
#ifdef XP_BEOS
|
||||
#include <Path.h>
|
||||
#include <Entry.h>
|
||||
#endif
|
||||
|
||||
#include "nsCRT.h"
|
||||
|
Loading…
Reference in New Issue
Block a user