diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-11-25 12:55:00 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-11-25 12:55:00 +0000 |
commit | e527c1b2f65c583b01144da031c2a4451391e7ea (patch) | |
tree | d8669d516b50403a0ddb48ea398c715cf90c53a2 /graphics/poppler/files/patch-qt5_src_Makefile.in | |
parent | Upgrade to version 1.630. (diff) |
graphics/poppler:
- Update to 0.26.3
- Add LICENSE_FILE
- Adjust dependencies
- Add new option, CURL
- Switch to USES=libtool
- Set proper install target instead of manual post-install stripping
- Add Qt5 support
- Use ${MOC} variable provided by Mk/bsd.qt.mk and
remove needless pre-configure patching
PR: 192068, 194992
Submitted by: olivierd, makc
Exp-run by: antoine
Approved by: kwm
Diffstat (limited to 'graphics/poppler/files/patch-qt5_src_Makefile.in')
-rw-r--r-- | graphics/poppler/files/patch-qt5_src_Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/poppler/files/patch-qt5_src_Makefile.in b/graphics/poppler/files/patch-qt5_src_Makefile.in new file mode 100644 index 000000000000..1b1fb04a1bb9 --- /dev/null +++ b/graphics/poppler/files/patch-qt5_src_Makefile.in @@ -0,0 +1,20 @@ +--- qt5/src/Makefile.in.orig 2014-11-25 11:49:19 UTC ++++ qt5/src/Makefile.in +@@ -129,7 +129,7 @@ am__installdirs = "$(DESTDIR)$(libdir)" + LTLIBRARIES = $(lib_LTLIBRARIES) + am__DEPENDENCIES_1 = + libpoppler_qt5_la_DEPENDENCIES = \ +- $(top_builddir)/poppler/libpoppler.la $(am__DEPENDENCIES_1) ++ $(am__DEPENDENCIES_1) + am_libpoppler_qt5_la_OBJECTS = libpoppler_qt5_la-poppler-document.lo \ + libpoppler_qt5_la-poppler-page.lo \ + libpoppler_qt5_la-poppler-fontinfo.lo \ +@@ -505,7 +505,7 @@ libpoppler_qt5_la_CXXFLAGS = \ + -Dpoppler_qt5_EXPORTS -fPIC + + libpoppler_qt5_la_LIBADD = \ +- $(top_builddir)/poppler/libpoppler.la \ ++ -lpoppler \ + $(POPPLER_QT5_LIBS) + + libpoppler_qt5_la_LDFLAGS = -version-info 2:0:1 @create_shared_lib@ @auto_import_flags@ |