summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/poppler-bindings/files/poppler-0.5.1-arthur.patch')
-rw-r--r--app-text/poppler-bindings/files/poppler-0.5.1-arthur.patch52
1 files changed, 0 insertions, 52 deletions
diff --git a/app-text/poppler-bindings/files/poppler-0.5.1-arthur.patch b/app-text/poppler-bindings/files/poppler-0.5.1-arthur.patch
deleted file mode 100644
index 54fb172b9e25..000000000000
--- a/app-text/poppler-bindings/files/poppler-0.5.1-arthur.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff -ur poppler.orig/poppler/Makefile.am poppler/poppler/Makefile.am
---- poppler.orig/poppler/Makefile.am 2006-04-01 17:30:36.000000000 +0200
-+++ poppler/poppler/Makefile.am 2006-04-01 17:35:23.000000000 +0200
-@@ -17,10 +17,10 @@
-
- if BUILD_POPPLER_QT4
-
--arthur_headers = \
-- ArthurOutputDev.h
-+poppler_arthur = libpoppler-arthur.la
-
--arthur_sources = \
-+libpoppler_arthur_la_SOURCES = \
-+ ArthurOutputDev.h \
- ArthurOutputDev.cc
-
- arthur_includes = \
-@@ -79,13 +79,13 @@
-
- lib_LTLIBRARIES = libpoppler.la
-
--noinst_LTLIBRARIES = $(poppler_cairo)
-+noinst_LTLIBRARIES = $(poppler_cairo) \
-+ $(poppler_arthur)
-
- libpoppler_la_LIBADD = \
- $(top_builddir)/goo/libgoo.la \
- $(top_builddir)/fofi/libfofi.la \
- $(splash_libs) \
-- $(arthur_libs) \
- $(libjpeg_libs) \
- $(zlib_libs) \
- $(FREETYPE_LIBS)
-@@ -97,7 +97,6 @@
- poppler_includedir = $(includedir)/poppler
- poppler_include_HEADERS = \
- $(splash_headers) \
-- $(arthur_headers) \
- Annot.h \
- Array.h \
- BaseFile.h \
-diff -ur poppler.orig/qt4/src/Makefile.am poppler/qt4/src/Makefile.am
---- poppler.orig/qt4/src/Makefile.am 2006-04-01 17:41:02.000000000 +0200
-+++ poppler/qt4/src/Makefile.am 2006-04-01 17:40:49.000000000 +0200
-@@ -24,6 +24,7 @@
-
- libpoppler_qt4_la_LIBADD = \
- -lpoppler \
-+ $(top_builddir)/poppler/libpoppler-arthur.la \
- $(POPPLER_QT4_LIBS)
-
- libpoppler_qt4_la_LDFLAGS = -version-info 1:0:0