diff --git a/fix-qt4-build.patch b/fix-qt4-build.patch index 180ffc6..6d87148 100644 --- a/fix-qt4-build.patch +++ b/fix-qt4-build.patch @@ -10,3 +10,15 @@ diff -up poppler-0.7.1/poppler-0.7.1/qt4/Makefile.in.fix-qt4-build poppler-0.7.1 all: all-recursive .SUFFIXES: +diff -up poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in.qt4 poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in +--- poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in.qt4 2008-02-28 23:28:27.000000000 -0500 ++++ poppler-0.7.1/poppler-0.7.1/qt4/src/Makefile.in 2008-02-28 23:28:46.000000000 -0500 +@@ -635,7 +635,7 @@ SUFFIXES: .moc + + # This rule lets GNU make create any *.moc from the equivalent *.h + .h.moc: +- moc -i $< -o $@ ++ moc-qt4 -i $< -o $@ + + poppler-optcontent.lo: poppler-optcontent.moc +