617089342c
- 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)
14 lines
716 B
Plaintext
14 lines
716 B
Plaintext
$OpenBSD: patch-configure_in,v 1.25 2012/09/01 13:56:45 landry Exp $
|
|
https://bugzilla.mozilla.org/show_bug.cgi?id=776838
|
|
--- configure.in.orig Wed Aug 15 07:47:09 2012
|
|
+++ configure.in Sun Aug 19 13:30:26 2012
|
|
@@ -5909,7 +5909,7 @@ if test "$MOZ_GSTREAMER"; then
|
|
gstreamer-plugins-base-$GST_API_VERSION)
|
|
if test -n "$GSTREAMER_LIBS"; then
|
|
_SAVE_LDFLAGS=$LDFLAGS
|
|
- LDFLAGS="$LDFLAGS -lgstvideo-$GST_API_VERSION"
|
|
+ LDFLAGS="$LDFLAGS $GSTREAMER_LIBS -lgstvideo-$GST_API_VERSION"
|
|
AC_TRY_LINK(,[return 0;],_HAVE_LIBGSTVIDEO=1,_HAVE_LIBGSTVIDEO=)
|
|
if test -n "$_HAVE_LIBGSTVIDEO" ; then
|
|
GSTREAMER_LIBS="$GSTREAMER_LIBS -lgstvideo-$GST_API_VERSION"
|