diff options
author | ahze <ahze@FreeBSD.org> | 2006-07-10 02:51:39 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-07-10 02:51:39 +0800 |
commit | c0e04d6b1ea79a28714d4802f2280c567880779f (patch) | |
tree | b9274f13ded1f777a8b6dc0374ea607df8a21c3c /www | |
parent | fd21cb7d6114860949590c315f3bf636a263e396 (diff) | |
download | freebsd-ports-gnome-c0e04d6b1ea79a28714d4802f2280c567880779f.tar.gz freebsd-ports-gnome-c0e04d6b1ea79a28714d4802f2280c567880779f.tar.zst freebsd-ports-gnome-c0e04d6b1ea79a28714d4802f2280c567880779f.zip |
- Fix build with new gmake
Reported by: dinoex (Dirk Meyer)
Diffstat (limited to 'www')
-rw-r--r-- | www/kompozer/files/patch-extensions_p3p_Makefile.in | 30 | ||||
-rw-r--r-- | www/nvu/files/patch-extensions_p3p_Makefile.in | 30 |
2 files changed, 60 insertions, 0 deletions
diff --git a/www/kompozer/files/patch-extensions_p3p_Makefile.in b/www/kompozer/files/patch-extensions_p3p_Makefile.in new file mode 100644 index 000000000000..efade70e981b --- /dev/null +++ b/www/kompozer/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 \ + $< > $@ diff --git a/www/nvu/files/patch-extensions_p3p_Makefile.in b/www/nvu/files/patch-extensions_p3p_Makefile.in new file mode 100644 index 000000000000..efade70e981b --- /dev/null +++ b/www/nvu/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 \ + $< > $@ |