summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-05 12:20:07 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-05 12:20:07 +0800
commit7720b410d2e065c9ec1c36c3b3ebcda10b08a796 (patch)
treeec92bbfee8ce8175bafdad77a4d0bc4e6ce7404c
parent816b55430a6d3005afe252f580c0c16f0159f942 (diff)
downloadmarcuscom-ports-7720b410d2e065c9ec1c36c3b3ebcda10b08a796.tar
marcuscom-ports-7720b410d2e065c9ec1c36c3b3ebcda10b08a796.tar.gz
marcuscom-ports-7720b410d2e065c9ec1c36c3b3ebcda10b08a796.tar.bz2
marcuscom-ports-7720b410d2e065c9ec1c36c3b3ebcda10b08a796.tar.lz
marcuscom-ports-7720b410d2e065c9ec1c36c3b3ebcda10b08a796.tar.xz
marcuscom-ports-7720b410d2e065c9ec1c36c3b3ebcda10b08a796.tar.zst
marcuscom-ports-7720b410d2e065c9ec1c36c3b3ebcda10b08a796.zip
- Sync with ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6947 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--www/mozilla-devel/files/patch-extensions_p3p_Makefile.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/www/mozilla-devel/files/patch-extensions_p3p_Makefile.in b/www/mozilla-devel/files/patch-extensions_p3p_Makefile.in
new file mode 100644
index 000000000..efade70e9
--- /dev/null
+++ b/www/mozilla-devel/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 \
+ $< > $@