openbsd-ports/www/mozilla-firefox/patches/patch-config_autoconf_mk_in
landry 617089342c Update to firefox 15.0.
- see http://www.mozilla.org/en-US/firefox/15.0/releasenotes/
- add -Os hack to fix a relocation error when linking on ppc (as was
  done in tb since 10..)
- garbage collect nsSound.cpp, the original one uses libcanberra
  properly and thus sndio.
- remove patch from #750620, merged upstream (mfbt/double-conversion)
- remove patches from #747257, merged upstream (gstreamer fix)
- remove patches from #691898, merged upstream (yarr jit ppc)
2012-09-01 13:56:45 +00:00

13 lines
575 B
Plaintext

$OpenBSD: patch-config_autoconf_mk_in,v 1.21 2012/09/01 13:56:45 landry Exp $
--- config/autoconf.mk.in.orig Wed Aug 15 07:47:07 2012
+++ config/autoconf.mk.in Sun Aug 19 13:30:25 2012
@@ -301,7 +301,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@