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_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_Makefile.in')
-rw-r--r-- | graphics/poppler/files/patch-qt5_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/poppler/files/patch-qt5_Makefile.in b/graphics/poppler/files/patch-qt5_Makefile.in new file mode 100644 index 000000000000..f0b38d172a29 --- /dev/null +++ b/graphics/poppler/files/patch-qt5_Makefile.in @@ -0,0 +1,11 @@ +--- qt5/Makefile.in.orig 2014-11-25 11:49:19 UTC ++++ qt5/Makefile.in +@@ -384,7 +384,7 @@ top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + win32_libs = @win32_libs@ +-SUBDIRS = src tests demos ++SUBDIRS = src + all: all-recursive + + .SUFFIXES: |