aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-04-07 21:19:44 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-04-07 21:19:44 +0000
commitc05a4eccb91b04c596de1aa727682fbb818a7258 (patch)
tree47840c02471626c280a27240057a6b77a500103e
parentb729cc5280e62389d7d1284ac0bdd40cef42fb18 (diff)
downloadports-c05a4eccb91b04c596de1aa727682fbb818a7258.tar.gz
ports-c05a4eccb91b04c596de1aa727682fbb818a7258.zip
Notes
-rw-r--r--graphics/evince/files/patch-pdf_ev-poppler.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/evince/files/patch-pdf_ev-poppler.cc b/graphics/evince/files/patch-pdf_ev-poppler.cc
new file mode 100644
index 000000000000..0a32db2de9db
--- /dev/null
+++ b/graphics/evince/files/patch-pdf_ev-poppler.cc
@@ -0,0 +1,15 @@
+--- pdf/ev-poppler.cc.orig Thu Apr 7 16:22:58 2005
++++ pdf/ev-poppler.cc Thu Apr 7 16:23:46 2005
+@@ -88,10 +88,10 @@
+ pdf_document_document_links_iface_init);
+ G_IMPLEMENT_INTERFACE (EV_TYPE_DOCUMENT_FIND,
+ pdf_document_find_iface_init);
+-#if 0
++/* #if 0
+ G_IMPLEMENT_INTERFACE (EV_TYPE_PS_EXPORTER,
+ pdf_document_ps_exporter_iface_init);
+-#endif
++#endif */
+ });
+
+