diff options
Diffstat (limited to 'devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in')
-rw-r--r-- | devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in b/devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in new file mode 100644 index 00000000000..0afafa36eb9 --- /dev/null +++ b/devel/xulrunner/patches/patch-xpcom_idl-parser_Makefile.in @@ -0,0 +1,15 @@ +$NetBSD: patch-xpcom_idl-parser_Makefile.in,v 1.1 2012/06/05 18:09:21 ryoon Exp $ + +https://bugzilla.mozilla.org/show_bug.cgi?id=736961 + +--- xpcom/idl-parser/Makefile.in.orig 2012-05-23 18:57:10.000000000 +0000 ++++ xpcom/idl-parser/Makefile.in +@@ -61,7 +61,7 @@ export:: $(PARSER_SRCS) $(PLY_PROGS) + $(PYTHON_PATH) \ + -I$(topsrcdir)/other-licenses/ply \ + -I$(topsrcdir)/xpcom/idl-parser \ +- $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=. --regen ++ $(topsrcdir)/xpcom/idl-parser/header.py --cachedir=$(DEPTH)/xpcom/idl-parser/cache --regen + + check:: + $(PYTHON_PATH) \ |