Wed Jan 11 14:20:21 2012 UTC ()
Fix build with gcc46.


(hans)
diff -r1.9 -r1.10 pkgsrc/archivers/szip/distinfo
diff -r0 -r1.1 pkgsrc/archivers/szip/patches/patch-config_gnu-flags

cvs diff -r1.9 -r1.10 pkgsrc/archivers/szip/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/szip/distinfo 2011/11/20 00:57:38 1.9
+++ pkgsrc/archivers/szip/distinfo 2012/01/11 14:20:20 1.10
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.9 2011/11/20 00:57:38 marino Exp $ 1$NetBSD: distinfo,v 1.10 2012/01/11 14:20:20 hans Exp $
2 2
3SHA1 (szip-2.1nb3/szip-2.1.tar.gz) = d241c9acc26426a831765d660b683b853b83c131 3SHA1 (szip-2.1nb3/szip-2.1.tar.gz) = d241c9acc26426a831765d660b683b853b83c131
4RMD160 (szip-2.1nb3/szip-2.1.tar.gz) = 058d85cbbc9893bdda64e4c4ee967a773ae85e3a 4RMD160 (szip-2.1nb3/szip-2.1.tar.gz) = 058d85cbbc9893bdda64e4c4ee967a773ae85e3a
5Size (szip-2.1nb3/szip-2.1.tar.gz) = 383968 bytes 5Size (szip-2.1nb3/szip-2.1.tar.gz) = 383968 bytes
6SHA1 (patch-aa) = 5ce7e2507ca8731fe06145c1334f031ee24277dc 6SHA1 (patch-aa) = 5ce7e2507ca8731fe06145c1334f031ee24277dc
 7SHA1 (patch-config_gnu-flags) = 07058864b2ad18b10b250d5462d9c7b5cc187491

File Added: pkgsrc/archivers/szip/patches/patch-config_gnu-flags
$NetBSD: patch-config_gnu-flags,v 1.1 2012/01/11 14:20:21 hans Exp $

--- config/gnu-flags.orig	2005-03-04 22:37:52.000000000 +0100
+++ config/gnu-flags	2011-12-28 13:09:28.722283206 +0100
@@ -168,7 +168,7 @@ esac
 # Please follow the pattern below by adding new versions at the top, copying
 # the information from the previous version and adding modifications to that.
 case "$cc_vendor-$cc_version" in
-    gcc-3.3*)
+    gcc-3.3*|gcc-3.4*|gcc-4.*)
         # Replace -ansi flag with -std=c99 flag
 	CFLAGS="`echo $CFLAGS | sed -e 's/-ansi/-std=c99/g'`"