summaryrefslogtreecommitdiff
path: root/graphics/pfstools/files/patch-configure
blob: 3d529a694666e46450b6f57635edabccfbd5146d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2011-10-27 08:40:31 UTC
+++ configure
@@ -15411,7 +15411,7 @@ fi #end of PKG_CHECK_MODULES
 if test -z "$QTDIR"; then
   MOC="moc-qt4"
 else
-  MOC="$QTDIR/bin/moc"
+  MOC="$QTDIR/bin/moc-qt4"
 fi
 
 # Check whether --with-moc was given.