3d95990410
- Fixes MFSA 2012-12->19 - see http://www.mozilla.org/en-US/firefox/11.0/releasenotes/ - complete patchset for #691898, still fixes build on ppc (and hopefully commited in firefox 14...) - add patchset from #706955, workarounds #669050 (xpcshell hangs during make install and chokes on CSPUtils.csm, threads related..) - remove obsolete/commited patches
13 lines
575 B
Plaintext
13 lines
575 B
Plaintext
$OpenBSD: patch-config_autoconf_mk_in,v 1.17 2012/03/16 21:31:24 landry Exp $
|
|
--- config/autoconf.mk.in.orig Thu Feb 16 07:38:15 2012
|
|
+++ config/autoconf.mk.in Mon Feb 20 22:25:18 2012
|
|
@@ -310,7 +310,7 @@ OS_LDFLAGS = @LDFLAGS@
|
|
OS_COMPILE_CFLAGS = $(OS_CPPFLAGS) @COMPILE_CFLAGS@
|
|
OS_COMPILE_CXXFLAGS = $(OS_CPPFLAGS) @COMPILE_CXXFLAGS@
|
|
|
|
-OS_INCLUDES = $(NSPR_CFLAGS) $(NSS_CFLAGS) $(JPEG_CFLAGS) $(PNG_CFLAGS) $(ZLIB_CFLAGS)
|
|
+OS_INCLUDES = $(NSPR_CFLAGS) $(NSS_CFLAGS) $(JPEG_CFLAGS) $(PNG_CFLAGS) $(ZLIB_CFLAGS) $(XCFLAGS)
|
|
OS_LIBS = @LIBS@
|
|
ACDEFINES = @MOZ_DEFINES@
|
|
|