openbsd-ports/print/poppler/patches/patch-configure
kili f8fcf38000 Update to poppler-0.16.5.
Gnome introspection disabled for now (doesn't compile with gcc-3).
2011-06-04 19:03:19 +00:00

13 lines
514 B
Plaintext

$OpenBSD: patch-configure,v 1.3 2011/06/04 19:03:19 kili Exp $
--- configure.orig Mon Mar 28 23:33:11 2011
+++ configure Mon Apr 25 13:00:42 2011
@@ -21731,7 +21731,7 @@ fi
if test x$enable_poppler_qt4 = xyes; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt4 moc" >&5
$as_echo_n "checking for Qt4 moc... " >&6; }
- MOCQT4=`which moc`
+ MOCQT4=`which moc4`
mocversion=`$MOCQT4 -v 2>&1`
mocversiongrep=`echo $mocversion | grep "Qt 4"`
if test x"$mocversiongrep" != x"$mocversion"; then