diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-10 15:34:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-05-10 15:34:27 +0800 |
commit | 6221f771716abdffc2527781d7879dc4c4879f8f (patch) | |
tree | b7bcb8567da0949563ca4d25a936ebf9a8320356 /multimedia | |
parent | 20868246ca30887a9de4443717992742d4658d5b (diff) | |
download | marcuscom-ports-6221f771716abdffc2527781d7879dc4c4879f8f.tar marcuscom-ports-6221f771716abdffc2527781d7879dc4c4879f8f.tar.gz marcuscom-ports-6221f771716abdffc2527781d7879dc4c4879f8f.tar.bz2 marcuscom-ports-6221f771716abdffc2527781d7879dc4c4879f8f.tar.lz marcuscom-ports-6221f771716abdffc2527781d7879dc4c4879f8f.tar.xz marcuscom-ports-6221f771716abdffc2527781d7879dc4c4879f8f.tar.zst marcuscom-ports-6221f771716abdffc2527781d7879dc4c4879f8f.zip |
Fix the build by making sure the generated totem-docs.h file is
correct.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12294 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/totem/files/patch-help_Makefile.in | 11 |
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 |