From: Jakub Bogusz Date: Sun, 8 Aug 2004 11:19:00 +0000 (+0000) Subject: - obsolete, -Dsparc is used instead (as in original flags) X-Git-Tag: auto/ac/Firebird-1_5_1_4500-1~4 X-Git-Url: http://git.pld-linux.org/?p=packages%2FFirebird.git;a=commitdiff_plain;h=cafa0ffa5357d5f1b2f08e61ec99b6ee00b1609f - obsolete, -Dsparc is used instead (as in original flags) Changed files: Firebird-sparc.patch -> 1.3 --- diff --git a/Firebird-sparc.patch b/Firebird-sparc.patch deleted file mode 100644 index 8d9afb8..0000000 --- a/Firebird-sparc.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- firebird-1.5.0.4290/src/jrd/common.h.orig 2003-10-27 18:30:37.000000000 +0000 -+++ firebird-1.5.0.4290/src/jrd/common.h 2004-05-28 16:29:42.000000000 +0000 -@@ -120,7 +120,7 @@ - #define IMPLEMENTATION isc_info_db_impl_i386 /* 60 next higher unique number, See you later */ - #endif /* i386 */ - --#ifdef sparc -+#ifdef __sparc__ - #define IMPLEMENTATION isc_info_db_impl_linux_sparc /* 65 */ - #endif /* sparc */ - ---- firebird-1.5.0.4290/src/jrd/pag.cpp.orig 2003-10-08 13:03:06.000000000 +0000 -+++ firebird-1.5.0.4290/src/jrd/pag.cpp 2004-05-28 17:14:57.000000000 +0000 -@@ -177,7 +177,7 @@ - #ifdef i586 - #define CLASS 19 - #endif --#ifdef sparc -+#ifdef __sparc__ - #define CLASS 20 - #endif - #endif ---- firebird-1.5.0.4290/src/remote/xdr.cpp.orig 2003-11-09 19:58:26.000000000 +0000 -+++ firebird-1.5.0.4290/src/remote/xdr.cpp 2004-05-28 17:28:21.000000000 +0000 -@@ -42,7 +42,7 @@ - #if defined(i386) || defined(I386) || defined(_M_IX86) - #define SWAP_DOUBLE - #else --#if !defined(sparc) && !defined(PowerPC) -+#if !defined(sparc) && !defined(__sparc__) && !defined(PowerPC) - #error "Define SWAP_DOUBLE for your platform correctly !" - #endif - #endif