Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85056 Details for
Bug 130610
www-client/mozilla-1.7.12-r3: invalid argument to -D: HAS_TMPL_RETENTIONresources/content/p3p.xsl.in
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
extensions/p3p/Makefile.in fix
mozilla-1.7.12-p3p.patch (text/plain), 1.62 KB, created by
Apollon Oikonomopoulos
on 2006-04-20 13:20:25 UTC
(
hide
)
Description:
extensions/p3p/Makefile.in fix
Filename:
MIME Type:
Creator:
Apollon Oikonomopoulos
Created:
2006-04-20 13:20:25 UTC
Size:
1.62 KB
patch
obsolete
>--- mozilla/extensions/p3p/Makefile.in.old 2006-04-20 21:24:46.000000000 +0300 >+++ mozilla/extensions/p3p/Makefile.in 2006-04-20 21:26:08.000000000 +0300 >@@ -44,8 +44,7 @@ > > MODULE = p3p > DIRS = public src >-CHROME_DEPS = p3p200005.xsl p3p200010.xsl p3p200012.xsl p3p200109.xsl \ >- p3p200201.xsl >+CHROME_DEPS = p3p200005.xsl p3p200010.xsl p3p200012.xsl p3p200109.xsl p3p200201.xsl > > PP = $(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/preprocessor.pl > >@@ -56,29 +55,20 @@ > > p3p200005.xsl: resources/content/p3p.xsl.in Makefile.in > @$(RM) -f $@ >- $(PP) -DNAMESPACE=http://www.w3.org/2000/P3Pv1 \ >- $< > $@ >+ $(PP) -DNAMESPACE=http://www.w3.org/2000/P3Pv1 $< > $@ > > p3p200010.xsl: resources/content/p3p.xsl.in Makefile.in > @$(RM) -f $@ >- $(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 \ >- -DHAS_TMPL_RETENTION\ >- $< > $@ >+ $(PP) -DNAMESPACE=http://www.w3.org/2000/10/18/P3Pv1 -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\ >- $< > $@ >+ $(PP) -DNAMESPACE=http://www.w3.org/2000/12/P3Pv1 -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\ >- $< > $@ >+ $(PP) -DNAMESPACE=http://www.w3.org/2001/09/P3Pv1 -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\ >- $< > $@ >+ $(PP) -DNAMESPACE=http://www.w3.org/2002/01/P3Pv1 -DHAS_CALL_OURS -DHAS_PURPOSE_SRC $< > $@
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 130610
: 85056