From bc13083f8315db5457502061ebbe7162a5af5d8d Mon Sep 17 00:00:00 2001 From: Gaming4JC Date: Sun, 25 Sep 2016 23:46:15 -0400 Subject: iceweasel non-prism initial commit --- nonprism/iceweasel/enable-object-directory-paths.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nonprism/iceweasel/enable-object-directory-paths.patch (limited to 'nonprism/iceweasel/enable-object-directory-paths.patch') diff --git a/nonprism/iceweasel/enable-object-directory-paths.patch b/nonprism/iceweasel/enable-object-directory-paths.patch new file mode 100644 index 000000000..bc938c66e --- /dev/null +++ b/nonprism/iceweasel/enable-object-directory-paths.patch @@ -0,0 +1,13 @@ +diff --git a/python/mozbuild/mozbuild/frontend/context.py b/python/mozbuild/mozbuild/frontend/context.py +index 41ae8ae..dcc3263 100644 +--- a/python/mozbuild/mozbuild/frontend/context.py ++++ b/python/mozbuild/mozbuild/frontend/context.py +@@ -408,8 +408,6 @@ class Path(ContextDerivedValue, unicode): + class SourcePath(Path): + """Like Path, but limited to paths in the source directory.""" + def __init__(self, context, value): +- if value.startswith('!'): +- raise ValueError('Object directory paths are not allowed') + if value.startswith('%'): + raise ValueError('Filesystem absolute paths are not allowed') + super(SourcePath, self).__init__(context, value) -- cgit v1.2.3