summaryrefslogtreecommitdiffstats
path: root/multimedia/totem/files/patch-help_Makefile.in
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-13 21:55:23 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-08-13 21:55:23 +0800
commita14cf221facd00a0523602776da43a7b418fd569 (patch)
tree1ca7e637809d35c1c1188025352567dbc2ce0cc7 /multimedia/totem/files/patch-help_Makefile.in
parent7f020f94089df3222c8d80b47c1599ded2c2c7d4 (diff)
downloadmarcuscom-ports-a14cf221facd00a0523602776da43a7b418fd569.tar
marcuscom-ports-a14cf221facd00a0523602776da43a7b418fd569.tar.gz
marcuscom-ports-a14cf221facd00a0523602776da43a7b418fd569.tar.bz2
marcuscom-ports-a14cf221facd00a0523602776da43a7b418fd569.tar.lz
marcuscom-ports-a14cf221facd00a0523602776da43a7b418fd569.tar.xz
marcuscom-ports-a14cf221facd00a0523602776da43a7b418fd569.tar.zst
marcuscom-ports-a14cf221facd00a0523602776da43a7b418fd569.zip
Update to 2.31.6.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14391 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem/files/patch-help_Makefile.in')
-rw-r--r--multimedia/totem/files/patch-help_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/totem/files/patch-help_Makefile.in b/multimedia/totem/files/patch-help_Makefile.in
new file mode 100644
index 000000000..0695029ac
--- /dev/null
+++ b/multimedia/totem/files/patch-help_Makefile.in
@@ -0,0 +1,11 @@
+--- help/Makefile.in.orig 2009-05-10 03:06:15.000000000 -0400
++++ help/Makefile.in 2009-05-10 03:06:29.000000000 -0400
+@@ -783,7 +783,7 @@ $(DOC_H_FILE): $(DOC_H_DOCS);
+ xsltproc --path "$$xmlpath" $(_credits) $$doc; \
+ done | sort | uniq \
+ | awk 'BEGIN{s=""}{n=split($$0,w,"<");if(s!=""&&s!=substr(w[1],1,length(w[1])-1)){print s};if(n>1){print $$0;s=""}else{s=$$0}};END{if(s!=""){print s}}' \
+- | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/\t"\1",/' >> $@.tmp
++ | sed -e 's/\\/\\\\/' -e 's/"/\\"/' -e 's/\(.*\)/ "\1",/' >> $@.tmp
+ echo ' NULL' >> $@.tmp
+ echo '};' >> $@.tmp
+ echo >> $@.tmp