Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv19797/devel

Modified Files:
        mingw-binutils.info 
Log Message:
fix mingw-binutils compilation on 10.6, add missing InfoDocs field

Index: mingw-binutils.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/mingw-binutils.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mingw-binutils.info 27 Apr 2011 14:28:38 -0000      1.3
+++ mingw-binutils.info 28 Apr 2011 09:53:13 -0000      1.4
@@ -1,6 +1,6 @@
 Package: mingw-binutils
 Version: 2.16.91-20050827-1
-Revision: 2
+Revision: 3
 Description: GNU binutils for MinGW
 License: LGPL
 Maintainer: None <fink-de...@lists.sourceforge.net>
@@ -11,8 +11,13 @@
 
 PatchScript: perl -pi -e 's,\|4.*9,|[4-9,' Makefile.in
 ConfigureParams: <<
-  --target=i686-pc-mingw32 --disable-nls \
-  --prefix=%p/lib/mingw --bindir=%p/bin --mandir=%p/share/man 
--infodir=%p/share/info
+  --target=i686-pc-mingw32 \
+  --disable-nls \
+  --disable-werror \
+  --prefix=%p/lib/mingw \
+  --bindir=%p/bin \
+  --mandir=%p/share/man \
+  --infodir=%p/share/info
 <<
 
 InstallScript: <<
@@ -28,13 +33,21 @@
 <<
 
 DocFiles: COPYING* README
+InfoDocs: i686-pc-mingw32-as.info i686-pc-mingw32-bfd.info 
i686-pc-mingw32-binutils.info i686-pc-mingw32-configure.info 
i686-pc-mingw32-ld.info i686-pc-mingw32-standards.info
 
 Homepage: http://sources.redhat.com/binutils/
 DescPort: <<
 Removed libiberty.a .
+
 Like 'avr-binutils' package, lib & include folders have been moved to 
 /sw/lib/mingw and the binaries are put into /sw/bin .
+
 All xxx.info files renamed to i686-pc-mingw32-xxx.info to avoid clashes
 with other potential toolchains.
+
+Disable -Werror, to enable compilation on 10.6 (the code uses some
+depreacted APIs like stat64 and also triggers other warnings in newer
+compilers).
+
 TODO: Native Language Support
 <<


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to