From aef9bbfaf909ba9f0acc9e63a77041ce7c572617 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 13 Jan 2013 13:06:41 +0100 Subject: Xulrunner: sync with rawhide, re-enable webrtc --- rhbz-304121.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 rhbz-304121.patch diff --git a/rhbz-304121.patch b/rhbz-304121.patch new file mode 100644 index 0000000..941aca2 --- /dev/null +++ b/rhbz-304121.patch @@ -0,0 +1,13 @@ +diff -up firefox-18.0/mozilla-release/media/webrtc/trunk/Makefile.old firefox-18.0/mozilla-release/media/webrtc/trunk/Makefile +diff -up firefox-18.0/mozilla-release/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py.old firefox-18.0/mozilla-release/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py +--- firefox-18.0/mozilla-release/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py.old 2013-01-05 00:44:41.000000000 +0100 ++++ firefox-18.0/mozilla-release/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py 2013-01-10 14:48:58.418321640 +0100 +@@ -376,7 +376,7 @@ class MakefileGenerator(object): + WriteMakefile(output_file, data, build_file, depth, top, + # we set srcdir up one directory, since the subdir + # doesn't actually exist in the source directory +- swapslashes(os.path.join(top, self.relative_srcdir, os.path.split(rel_path)[0])), ++ swapslashes(os.path.normpath(os.path.join(top, self.relative_srcdir, os.path.split(rel_path)[0]))), + self.relative_srcdir) + return True + -- cgit