freebsd-ports/graphics/pfstools/files/patch-configure
Kurt Jaeger e648e1ca79 graphics/pfstools: some fixes
- 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)
2016-02-13 16:34:57 +00:00

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.