rpms/strigi/F-10 strigi-multilib-fix.patch,1.2,1.3

Kevin Kofler kkofler at fedoraproject.org
Fri Oct 17 19:50:52 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/strigi/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32230/F-10

Added Files:
	strigi-multilib-fix.patch 
Log Message:
Fully revert F10 to 0.5.11-1.

strigi-multilib-fix.patch:

Index: strigi-multilib-fix.patch
===================================================================
RCS file: strigi-multilib-fix.patch
diff -N strigi-multilib-fix.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ strigi-multilib-fix.patch	17 Oct 2008 19:50:22 -0000	1.3
@@ -0,0 +1,107 @@
+--- src/streams/strigi/strigiconfig.h.cmake	2007-10-26 08:25:47.000000000 -0400
++++ src/streams/strigi/strigiconfig.h.cmake.new	2007-10-30 09:10:38.000000000 -0400
+@@ -44,104 +44,6 @@
+ #  include <stddef.h>
+ #endif
+ 
+-// our needed types
+-#if !@HAVE_INT8_T@
+- #define HAVE_INT8_T 1
+- #if ${SIZEOF_CHAR}==1 //is char one byte?
+-  typedef char int8_t;
+- #else
+-  #error Could not determine type for int8_t!
+- #endif
+-#endif
+-
+-#if !@HAVE_UINT8_T@
+- #define HAVE_UINT8_T 1
+- #if ${SIZEOF_CHAR}==1 //is char one byte?
+-  typedef unsigned char uint8_t;
+- #else
+-  #error Could not determine type for uint8_t!
+- #endif
+-#endif
+-
+-#if !@HAVE_INT16_T@
+- #define HAVE_INT16_T 1
+- #if ${SIZEOF_SHORT}==2 //is short two bytes?
+-  typedef short int16_t;
+- #else
+-  #error Could not determine type for int16_t!
+- #endif
+-#endif
+-
+-#if !@HAVE_UINT16_T@
+- #define HAVE_UINT16_T 1
+- #if ${SIZEOF_SHORT}==2 //is short two bytes?
+-  typedef unsigned short uint16_t;
+- #else
+-  #error Could not determine type for uint16_t!
+- #endif
+-#endif
+-
+-#if !@HAVE_INT32_T@
+- #define HAVE_INT32_T 1
+- #if ${SIZEOF_INT}==4 //is int four bytes?
+-  typedef int int32_t;
+- #elif ${SIZEOF_LONG}==4 //is long four bytes?
+-  typedef long int32_t;
+- #else
+-  #error Could not determine type for int32_t!
+- #endif
+-#endif
+-
+-#if !@HAVE_UINT32_T@
+- #define HAVE_UINT32_T 1
+- #if ${SIZEOF_INT}==4 //is int four bytes?
+-  typedef unsigned int uint32_t;
+- #elif ${SIZEOF_LONG}==4 //is long four bytes?
+-  typedef unsigned long uint32_t;
+- #else
+-  #error Could not determine type for uint32_t!
+- #endif
+-#endif
+-
+-#if !@HAVE_INT64_T@
+- #define HAVE_INT64_T 1
+- #if ${SIZEOF_LONG}==8
+-  typedef long int64_t;
+- #elif ${SIZEOF_LONGLONG}==8
+-  typedef long long int64_t; 
+- #else
+-  #error Could not determine type for int64_t!
+- #endif
+-#endif
+-
+-#if !@HAVE_UINT64_T@
+- #define HAVE_UINT64_T 1
+- #if ${SIZEOF_LONG}==8
+-  typedef unsigned long uint64_t;
+- #elif ${SIZEOF_LONGLONG}==8
+-  typedef unsigned long long uint64_t; 
+- #elif defined(HAVE___INT64)
+-  typedef unsigned __int64 uint64_t; 
+- #else
+-  #error Could not determine type for uint64_t!
+- #endif
+-#endif
+-
+-#if !@HAVE_UINT@
+- typedef unsigned int uint;
+- #define HAVE_UINT 1
+-#endif
+-
+-#if !@HAVE_SIZE_T@
+- #ifndef _SIZE_T_DEFINED 
+-  #ifndef HAVE_SIZE_T
+-   typedef unsigned int size_t;
+-   #define HAVE_SIZE_T 1
+-  #endif
+-  #define _SIZE_T_DEFINED 1     // kdewin32 define
+- #endif
+-#endif
+-
+ #cmakedefine __STRIGI_HAVE_GCC_VISIBILITY
+ 
+ #cmakedefine ENABLE_NEWXESAM




More information about the scm-commits mailing list