poppler/fix-qt4-build.patch

25 lines
1009 B
Diff
Raw Normal View History

2008-04-28 22:11:25 +00:00
diff -up poppler-0.8.1/poppler-0.8.1/qt4/Makefile.in.fix-qt4-build poppler-0.8.1/poppler-0.8.1/qt4/Makefile.in
--- poppler-0.8.1/poppler-0.8.1/qt4/Makefile.in.fix-qt4-build 20.8.12-21 10:29:14.000000000 -0500
+++ poppler-0.8.1/poppler-0.8.1/qt4/Makefile.in 20.8.12-21 10:29:22.000000000 -0500
2008-02-21 15:51:15 +00:00
@@ -223,7 +223,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
win32_libs = @win32_libs@
-SUBDIRS = src tests demos
+SUBDIRS = src tests
all: all-recursive
.SUFFIXES:
2008-04-28 22:11:25 +00:00
diff -up poppler-0.8.1/poppler-0.8.1/qt4/src/Makefile.in.qt4 poppler-0.8.1/poppler-0.8.1/qt4/src/Makefile.in
--- poppler-0.8.1/poppler-0.8.1/qt4/src/Makefile.in.qt4 20.8.12-28 23:28:27.000000000 -0500
+++ poppler-0.8.1/poppler-0.8.1/qt4/src/Makefile.in 20.8.12-28 23:28:46.000000000 -0500
2008-02-29 04:46:20 +00:00
@@ -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