summaryrefslogtreecommitdiff
path: root/print/poppler/patches/patch-ai
blob: f441e7b70c4fe99ff934183b0ce70f46613f7913 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ai,v 1.9 2009/09/09 19:57:05 drochner Exp $

--- configure.orig	2009-08-01 17:19:11.000000000 +0200
+++ configure
@@ -25282,7 +25282,7 @@ fi
 if test x$enable_poppler_qt4 = xyes; then
   { $as_echo "$as_me:$LINENO: checking for Qt4 moc" >&5
 $as_echo_n "checking for Qt4 moc... " >&6; }
-  MOCQT4=`which moc`
+  MOCQT4=${QTDIR}/bin/moc
   mocversion=`$MOCQT4 -v 2>&1`
   mocversiongrep=`echo $mocversion | grep "Qt 4"`
   if test x"$mocversiongrep" != x"$mocversion"; then