433f3c4b5e
That's the first release following the new fast scheme of one major release every 6 weeks.. Check out http://www.mozilla.com/en-US/firefox/5.0/releasenotes/ for release notes. Note that it's still badly broken on sparc64, and unlikely to be fixed soon... you still have www/firefox36. Tested by (at least, probably forgetting some..) rpointel@, pea@, ckuethe@ and myself on amd64, bluhm@ on i386 and ajacoutot@ on macppc (thanks!) ok rpointel@
13 lines
575 B
Plaintext
13 lines
575 B
Plaintext
$OpenBSD: patch-config_autoconf_mk_in,v 1.11 2011/06/28 05:43:57 landry Exp $
|
|
--- config/autoconf.mk.in.orig Fri May 27 18:11:56 2011
|
|
+++ config/autoconf.mk.in Tue May 31 22:11:27 2011
|
|
@@ -306,7 +306,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@
|
|
|