Author: sls Date: Tue Apr 1 11:22:17 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - qt4 requires moc-qt4
---- Files affected: SOURCES: poppler-qt4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/poppler-qt4.patch diff -u /dev/null SOURCES/poppler-qt4.patch:1.1 --- /dev/null Tue Apr 1 13:22:17 2008 +++ SOURCES/poppler-qt4.patch Tue Apr 1 13:22:11 2008 @@ -0,0 +1,22 @@ +--- poppler-0.8.0/qt4/src/Makefile.am.orig 2008-04-01 12:59:36.554743230 +0200 ++++ poppler-0.8.0/qt4/src/Makefile.am 2008-04-01 12:59:56.053403130 +0200 +@@ -63,7 +63,7 @@ + + # 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 + +--- poppler-0.8.0/qt4/demos/Makefile.am.orig 2008-04-01 13:05:59.528422319 +0200 ++++ poppler-0.8.0/qt4/demos/Makefile.am 2008-04-01 13:06:09.527735090 +0200 +@@ -16,7 +16,7 @@ + + # This rule lets GNU make create any *.moc from the equivalent *.h + .h.moc: +- moc -i $< -o $@ ++ moc-qt4 -i $< -o $@ + + noinst_PROGRAMS = poppler_qt4viewer + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
