a64c31597d
This is the last version which supports the qt3 frontend, needed by KDE3 (until it switches to "trinity" which seems to maintain a qt3 frontend for newer poppler versions)
22 lines
814 B
Text
22 lines
814 B
Text
$NetBSD: patch-ao,v 1.1 2012/07/04 20:15:46 drochner Exp $
|
|
|
|
--- qt/Makefile.in.orig 2009-10-18 01:28:47.000000000 +0200
|
|
+++ qt/Makefile.in
|
|
@@ -80,7 +80,7 @@ am__installdirs = "$(DESTDIR)$(libdir)"
|
|
"$(DESTDIR)$(poppler_includedir)"
|
|
LTLIBRARIES = $(lib_LTLIBRARIES)
|
|
am__DEPENDENCIES_1 =
|
|
-libpoppler_qt_la_DEPENDENCIES = $(top_builddir)/poppler/libpoppler.la \
|
|
+libpoppler_qt_la_DEPENDENCIES = $(prefix)/lib/libpoppler.la \
|
|
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
|
|
$(am__DEPENDENCIES_1)
|
|
am_libpoppler_qt_la_OBJECTS = poppler-document.lo poppler-fontinfo.lo \
|
|
@@ -349,7 +349,7 @@ libpoppler_qt_la_SOURCES = \
|
|
poppler-private.h
|
|
|
|
libpoppler_qt_la_LIBADD = \
|
|
- $(top_builddir)/poppler/libpoppler.la \
|
|
+ $(prefix)/lib/libpoppler.la \
|
|
$(POPPLER_QT_LIBS) \
|
|
$(FREETYPE_LIBS) \
|
|
$(FONTCONFIG_LIBS)
|