]> git.pld-linux.org Git - packages/poppler0.61.git/commitdiff
- qt4 requires moc-qt4
authorSzymon Siwek <sls@pld-linux.org>
Tue, 1 Apr 2008 11:22:11 +0000 (11:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poppler-qt4.patch -> 1.1

poppler-qt4.patch [new file with mode: 0644]

diff --git a/poppler-qt4.patch b/poppler-qt4.patch
new file mode 100644 (file)
index 0000000..8f2b348
--- /dev/null
@@ -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
This page took 0.047823 seconds and 4 git commands to generate.