Browse Source

upgrading package: gcc34 3.4s20030827 -> 3.4s20030903

Ralf S. Engelschall 23 years ago
parent
commit
07dfc29e18
2 changed files with 15 additions and 2 deletions
  1. 13 0
      gcc34/gcc34.patch
  2. 2 2
      gcc34/gcc34.spec

+ 13 - 0
gcc34/gcc34.patch

@@ -18,3 +18,16 @@
 +#undef DEFAULT_PCC_STRUCT_RETURN
 +#define DEFAULT_PCC_STRUCT_RETURN 1
 
+--- gcc/system.h.orig	2003-08-23 20:03:05.000000000 +0200
++++ gcc/system.h	2003-09-03 20:02:11.000000000 +0200
+@@ -314,10 +314,6 @@
+ extern char *strstr (const char *, const char *);
+ #endif
+ 
+-#ifdef HAVE_MALLOC_H
+-#include <malloc.h>
+-#endif
+-
+ #if defined (HAVE_DECL_MALLOC) && !HAVE_DECL_MALLOC
+ extern void *malloc (size_t);
+ #endif

+ 2 - 2
gcc34/gcc34.spec

@@ -26,7 +26,7 @@
 #   package version
 %define       V_full         3.4
 %define       V_comp         34
-%define       V_snap         20030827
+%define       V_snap         20030903
 
 #   package information
 Name:         gcc34
@@ -38,7 +38,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Compiler
 License:      GPL
 Version:      %{V_full}s%{V_snap}
-Release:      20030828
+Release:      20030903
 
 #   package options
 %option       with_cxx       yes