From 277e5c077b0bb067570fc57102e33cc457bb9249 Mon Sep 17 00:00:00 2001 From: ahze Date: Sun, 9 Jul 2006 21:57:49 +0000 Subject: - Fix build with new gmake --- www/mozilla/files/patch-extensions_p3p_Makefile.in | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 www/mozilla/files/patch-extensions_p3p_Makefile.in diff --git a/www/mozilla/files/patch-extensions_p3p_Makefile.in b/www/mozilla/files/patch-extensions_p3p_Makefile.in new file mode 100644 index 000000000000..efade70e981b --- /dev/null +++ b/www/mozilla/files/patch-extensions_p3p_Makefile.in @@ -0,0 +1,30 @@ +--- extensions/p3p/Makefile.in.orig Sun Jul 9 14:10:16 2006 ++++ extensions/p3p/Makefile.in Sun Jul 9 14:20:10 2006 +@@ -62,23 +62,23 @@ + p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in + @$(RM) -f $@ + $(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \ +- -DHAS_TMPL_RETENTION\ ++ -DHAS_TMPL_RETENTION \ + $< > $@ + + p3p200012.xsl: resources/content/p3p.xsl.in Makefile.in + @$(RM) -f $@ + $(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 \ +- -DHAS_CALL_OURS\ ++ -DHAS_CALL_OURS \ + $< > $@ + + p3p200109.xsl: resources/content/p3p.xsl.in Makefile.in + @$(RM) -f $@ + $(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 \ +- -DHAS_CALL_OURS\ ++ -DHAS_CALL_OURS \ + $< > $@ + + p3p200201.xsl: resources/content/p3p.xsl.in Makefile.in + @$(RM) -f $@ + $(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 \ +- -DHAS_CALL_OURS -DHAS_PURPOSE_SRC\ ++ -DHAS_CALL_OURS -DHAS_PURPOSE_SRC \ + $< > $@ -- cgit