rpms/qt/F-9 qt4-sparc64-qvector.patch,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun May 18 03:45:53 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/qt/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv412

Modified Files:
	qt4-sparc64-qvector.patch 
Log Message:
fixup patch

qt4-sparc64-qvector.patch:

Index: qt4-sparc64-qvector.patch
===================================================================
RCS file: /cvs/pkgs/rpms/qt/F-9/qt4-sparc64-qvector.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt4-sparc64-qvector.patch	18 May 2008 03:35:46 -0000	1.1
+++ qt4-sparc64-qvector.patch	18 May 2008 03:45:04 -0000	1.2
@@ -6,7 +6,7 @@
      int alloc;
      int size;
 -#if defined(Q_OS_SOLARIS) && defined(Q_CC_GNU) && defined(__LP64__) && defined(QT_BOOTSTRAPPED)
-+#if defined(Q_CC_GNU) && defined(__LP64__) && defined(QT_BOOTSTRAPPED)
++#if defined(QT_ARCH_SPARC) && defined(Q_CC_GNU) && defined(__LP64__) && defined(QT_BOOTSTRAPPED)
      // workaround for bug in gcc 3.4.2
      uint sharable;
      uint capacity;
@@ -15,7 +15,7 @@
      int alloc;
      int size;
 -#if defined(Q_OS_SOLARIS) && defined(Q_CC_GNU) && defined(__LP64__) && defined(QT_BOOTSTRAPPED)
-+#if defined(Q_CC_GNU) && defined(__LP64__) && defined(QT_BOOTSTRAPPED)
++#if defined(QT_ARCH_SPARC) && defined(Q_CC_GNU) && defined(__LP64__) && defined(QT_BOOTSTRAPPED)
      // workaround for bug in gcc 3.4.2
      uint sharable;
      uint capacity;




More information about the scm-commits mailing list