diff options
author | Koop Mast <kwm@FreeBSD.org> | 2012-02-24 12:36:14 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2012-02-24 12:36:14 +0000 |
commit | f631ced745db87a9035f656e6ae016d398616f9f (patch) | |
tree | a3fdf384ffa46cbf00091c2e5050c08579e9c53a | |
parent | - Update to 0.006011 (diff) |
Overwrite the moc detection test to fix the build of poppler-qt4 on < 9.0,
or if qt33 is installed.
PR: ports/165438 [1]
Reported by: ale@, rakuco@, Justin Smith <freebsd.users@gmail.com> [1]
angelv <angelvg@gmail.com>
-rw-r--r-- | graphics/poppler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index be984114ba14..c95c6361d089 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -57,6 +57,7 @@ CONFIGURE_ARGS+=--disable-poppler-glib .if ${SLAVEPORT}=="qt4" CONFIGURE_ARGS+=--enable-poppler-qt4 +CONFIGURE_ENV+= ac_cv_prog_MOCQT4=${LOCALBASE}/bin/moc-qt4 USE_QT_VER+= 4 QT_COMPONENTS= gui corelib xml qtestlib moc_build # It requires poppler/splash to be built unless you disable splash backend |