diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-22 11:16:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-22 11:16:10 +0800 |
commit | 70c1d67a97e31f27c01c21382fd5187f02c98a47 (patch) | |
tree | 78fccecfd0c47214e21790d418afbde4744527b5 | |
parent | ae3b09cd2bdbc2ee7f769ecdefdd82e006795b70 (diff) | |
download | marcuscom-ports-70c1d67a97e31f27c01c21382fd5187f02c98a47.tar marcuscom-ports-70c1d67a97e31f27c01c21382fd5187f02c98a47.tar.gz marcuscom-ports-70c1d67a97e31f27c01c21382fd5187f02c98a47.tar.bz2 marcuscom-ports-70c1d67a97e31f27c01c21382fd5187f02c98a47.tar.lz marcuscom-ports-70c1d67a97e31f27c01c21382fd5187f02c98a47.tar.xz marcuscom-ports-70c1d67a97e31f27c01c21382fd5187f02c98a47.tar.zst marcuscom-ports-70c1d67a97e31f27c01c21382fd5187f02c98a47.zip |
Fix build with latest djvu.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6097 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/evince/files/patch-djvu_djvu-text.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/evince/files/patch-djvu_djvu-text.h b/graphics/evince/files/patch-djvu_djvu-text.h new file mode 100644 index 000000000..ab717fac7 --- /dev/null +++ b/graphics/evince/files/patch-djvu_djvu-text.h @@ -0,0 +1,10 @@ +--- djvu/djvu-text.h.orig Fri Apr 21 23:12:56 2006 ++++ djvu/djvu-text.h Fri Apr 21 23:14:09 2006 +@@ -24,7 +24,6 @@ + #include <glib.h> + #include <libdjvu/ddjvuapi.h> + +-typedef struct miniexp_s* miniexp_t; + extern const miniexp_t miniexp_nil; + extern const miniexp_t miniexp_dummy; + |