summaryrefslogtreecommitdiffstats
path: root/rhbz-304121.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-05-15 10:23:28 +0200
committerRemi Collet <fedora@famillecollet.com>2013-05-15 10:23:28 +0200
commit71fa256b3634a0fa9b7b1194f6df33a603bd9d9d (patch)
tree5d0a85fa95d5f1d6cceae2a8274d8f0c97688364 /rhbz-304121.patch
parent7dc63df3d635a38904f4811aa7bff86ac39c9121 (diff)
Xulrunner / Firefox 21.0
Diffstat (limited to 'rhbz-304121.patch')
-rw-r--r--rhbz-304121.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/rhbz-304121.patch b/rhbz-304121.patch
deleted file mode 100644
index d8d8ac3..0000000
--- a/rhbz-304121.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up xulrunner-20.0/mozilla-release/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py.rhbz-304121 xulrunner-20.0/mozilla-release/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py
---- xulrunner-20.0/mozilla-release/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py.rhbz-304121 2013-03-26 23:17:58.000000000 +0100
-+++ xulrunner-20.0/mozilla-release/media/webrtc/trunk/tools/gyp/pylib/gyp/generator/mozmake.py 2013-04-01 11:11:56.938411785 +0200
-@@ -377,7 +377,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,
- self.common_mk_path)
- return True