tags 461964 +patch
thanks

Hi,

I'm attaching a patch to fix this problem.  Please take into account that the   
                    
gcc 4.3 issues are now release critical bugs as gcc 4.3 is the default compiler 
                    
in some architectures, so if you don't upload a fix soon, it will probably be   
                    
NMUed.

The patch removes the -Werror as the warning gcc is complaining about is a
false positive, a probably better solution would be replace the size
parameters type to size_t instead of const long.

Thanks,
-- 
A computer scientist is someone who, when told to "Go to Hell,"
sees the "go to," rather than the destination, as harmful.
Saludos /\/\ /\ >< `/
#! /bin/sh /usr/share/dpatch/dpatch-run
## gcc-4.3_support.dpatch by  <[EMAIL PROTECTED]>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: gcc 4.3 support

@DPATCH@
diff -urNad afnix-1.5.2~/cnf/mak/afnix-gcc-4.mak 
afnix-1.5.2/cnf/mak/afnix-gcc-4.mak
--- afnix-1.5.2~/cnf/mak/afnix-gcc-4.mak        2007-06-07 06:10:37.000000000 
-0300
+++ afnix-1.5.2/cnf/mak/afnix-gcc-4.mak 2008-04-06 12:02:21.000000000 -0300
@@ -24,7 +24,7 @@
 AR              = ar
 RANLIB         = ranlib
 STDEVFLAGS      =
-STDCCFLAGS      = -Wall -Werror -fno-builtin
+STDCCFLAGS      = -Wall -fno-builtin
 STACCFLAGS     =
 DYNCCFLAGS     = -fPIC
 PLTCCFLAGS      = -MMD

Reply via email to