rpms/paraview/devel paraview-3.3.0-qt.patch,NONE,1.1

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue May 20 19:34:09 UTC 2008


Author: orion

Update of /cvs/pkgs/rpms/paraview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22571

Added Files:
	paraview-3.3.0-qt.patch 
Log Message:
Add qt patch

paraview-3.3.0-qt.patch:

--- NEW FILE paraview-3.3.0-qt.patch ---
--- ParaView3.3.0-20080514/CMakeLists.txt.qt	2008-05-12 15:27:41.000000000 -0600
+++ ParaView3.3.0-20080514/CMakeLists.txt	2008-05-14 17:09:31.000000000 -0600
@@ -88,11 +88,6 @@
   IF(NOT QT4_FOUND)
     MESSAGE(SEND_ERROR "Qt ${QT_MIN_VERSION} or greater not found.  Please check the QT_QMAKE_EXECUTABLE variable.")
   ELSE(NOT QT4_FOUND)
-    # don't go greater than supported version
-    STRING(REGEX MATCH "^4\\.3\\.[0-9]+" qt_version_tmp "${QTVERSION}")
-    IF (NOT qt_version_tmp)
-      MESSAGE(SEND_ERROR "Qt ${QTVERSION} not supported.  Please use Qt 4.3 (you may need to clean your dirtied cache).")
-    ENDIF (NOT qt_version_tmp)
     # enforce Carbon in VTK for Qt/Mac
     IF(Q_WS_MAC)
       SET(VTK_USE_CARBON ON CACHE BOOL "Build VTK with Carbon" FORCE)




More information about the fedora-extras-commits mailing list