diff options
Diffstat (limited to 'gfx/cairo')
-rw-r--r-- | gfx/cairo/cairo/src/moz.build | 6 | ||||
-rw-r--r-- | gfx/cairo/libpixman/src/moz.build | 5 | ||||
-rw-r--r-- | gfx/cairo/libpixman/src/pixman.h | 10 | ||||
-rw-r--r-- | gfx/cairo/moz.build | 1 |
4 files changed, 0 insertions, 22 deletions
diff --git a/gfx/cairo/cairo/src/moz.build b/gfx/cairo/cairo/src/moz.build index bc16dff18..c5f936ad6 100644 --- a/gfx/cairo/cairo/src/moz.build +++ b/gfx/cairo/cairo/src/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -243,11 +242,6 @@ if CONFIG['CLANG_CL']: '-Wno-unused-variable', ] -# See bug 386897. -if CONFIG['GNU_CC'] and CONFIG['OS_TARGET'] == 'Android' and CONFIG['MOZ_OPTIMIZE']: - CFLAGS += ['-O2'] - CXXFLAGS += ['-O2'] - if CONFIG['MOZ_X11']: CFLAGS += CONFIG['XCFLAGS'] diff --git a/gfx/cairo/libpixman/src/moz.build b/gfx/cairo/libpixman/src/moz.build index e9e43a12b..055b3dcf2 100644 --- a/gfx/cairo/libpixman/src/moz.build +++ b/gfx/cairo/libpixman/src/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -157,7 +156,3 @@ if CONFIG['CLANG_CL']: CFLAGS += [ '-Wno-unused-variable', ] - -# See bug 386897. -if CONFIG['OS_TARGET'] == 'Android' and CONFIG['MOZ_OPTIMIZE']: - CFLAGS += ['-O2'] diff --git a/gfx/cairo/libpixman/src/pixman.h b/gfx/cairo/libpixman/src/pixman.h index 23408b028..893adc50e 100644 --- a/gfx/cairo/libpixman/src/pixman.h +++ b/gfx/cairo/libpixman/src/pixman.h @@ -94,16 +94,6 @@ PIXMAN_BEGIN_DECLS #if defined (_SVR4) || defined (SVR4) || defined (__OpenBSD__) || defined (_sgi) || defined (__sun) || defined (sun) || defined (__digital__) || defined (__HP_cc) # include <inttypes.h> -/* VS 2010 (_MSC_VER 1600) has stdint.h */ -#elif defined (_MSC_VER) && _MSC_VER < 1600 -typedef __int8 int8_t; -typedef unsigned __int8 uint8_t; -typedef __int16 int16_t; -typedef unsigned __int16 uint16_t; -typedef __int32 int32_t; -typedef unsigned __int32 uint32_t; -typedef __int64 int64_t; -typedef unsigned __int64 uint64_t; #else # include <stdint.h> #endif diff --git a/gfx/cairo/moz.build b/gfx/cairo/moz.build index 177484753..e8728d28f 100644 --- a/gfx/cairo/moz.build +++ b/gfx/cairo/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. |