diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-04 01:50:19 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-04 01:50:19 +0800 |
commit | 7f747b253a7319b1ffa6faf6397c6d1e00d3ba33 (patch) | |
tree | 1258402d0b1e3cd40089115b6368ebb8c0149754 /databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in | |
parent | 280ec2fc7664c9abe37870583d712d5eeb169e0a (diff) | |
download | marcuscom-ports-7f747b253a7319b1ffa6faf6397c6d1e00d3ba33.tar.gz marcuscom-ports-7f747b253a7319b1ffa6faf6397c6d1e00d3ba33.tar.zst marcuscom-ports-7f747b253a7319b1ffa6faf6397c6d1e00d3ba33.zip |
Also chase the libgdata move of the old version to libgdata06.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16159 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in')
-rw-r--r-- | databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in b/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in new file mode 100644 index 000000000..0e1321d75 --- /dev/null +++ b/databases/evolution-data-server/files/patch-camel_providers_imapx_Makefile.in @@ -0,0 +1,13 @@ +Our gperf (2.7.2) doesn't understand --output-file. + +--- camel/providers/imapx/Makefile.in.orig 2010-04-26 14:33:56.000000000 +0200 ++++ camel/providers/imapx/Makefile.in 2010-04-26 14:35:10.000000000 +0200 +@@ -914,7 +914,7 @@ uninstall-am: uninstall-camel_providerDA + + + camel-imapx-tokenise.h: camel-imapx-tokens.txt +- @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< --output-file=$@ ++ @GPERF@ -H imapx_hash -N imapx_tokenise_struct -L ANSI-C -o -t -k1,$$ $< > $@ + + -include $(top_srcdir)/git.mk + |