e648e1ca79
- fixes for octave 4.0 - fixes for netpbm - submitter becomes maintainer PR: 206239 Submitted by: Iouri V. Ivliev <fbsd@any.COM.ru> Approved by: darius@dons.net.au (maintainer)
11 lines
257 B
Text
11 lines
257 B
Text
--- 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.
|