packages: openoffice.org/openoffice.org-hotfix-kde4.patch (NEW) - use moc-q...

megabajt megabajt at pld-linux.org
Mon Feb 1 00:11:31 CET 2010


Author: megabajt                     Date: Sun Jan 31 23:11:30 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use moc-qt4 for kde4 build

---- Files affected:
packages/openoffice.org:
   openoffice.org-hotfix-kde4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/openoffice.org/openoffice.org-hotfix-kde4.patch
diff -u /dev/null packages/openoffice.org/openoffice.org-hotfix-kde4.patch:1.1
--- /dev/null	Mon Feb  1 00:11:31 2010
+++ packages/openoffice.org/openoffice.org-hotfix-kde4.patch	Mon Feb  1 00:11:25 2010
@@ -0,0 +1,11 @@
+--- configure.in	2010-01-30 20:54:14.014499069 +0100
++++ configure.in.new	2010-01-30 21:07:03.703592227 +0100
+@@ -6443,7 +6443,7 @@
+    fi
+ 
+    dnl Check for Meta Object Compiler
+-   AC_PATH_PROG( MOC4, moc, no, [$PATH:$QT4DIR/bin] )
++   AC_PATH_PROG( MOC4, moc-qt4, no, [$PATH:$QT4DIR/bin] )
+    if test "$MOC4" = "no" ; then
+       AC_MSG_ERROR([Qt Meta Object Compiler not found.  Please specify
+ the root of your Qt installation by exporting QT4DIR before running "configure".])
================================================================


More information about the pld-cvs-commit mailing list