Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory vz-cvs-3.sog:/tmp/cvs-serv23786

Modified Files:
        qemu.info 
Log Message:
Another try after user report.

Index: qemu.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/qemu.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- qemu.info   19 Oct 2011 21:38:07 -0000      1.4
+++ qemu.info   20 Oct 2011 06:10:50 -0000      1.5
@@ -1,13 +1,13 @@
 Package: qemu
 Version: 0.15.1
-Revision: 2
+Revision: 3
 Description: Fast machine emulator and virtualizer
 License: GPL
 
 Source: http://wiki.qemu.org/download/%n-%v.tar.gz
 Source-MD5: 34f17737baaf1b3495c89cd6d4a607ed
 
-BuildDepends: xcode (<= 4.1-1) | gcc44 | gcc45 | gcc46
+BuildDepends: xcode (<= 4.1-1) | gcc46
 
 PatchFile: %n.patch
 PatchFile-MD5: c819bba120764d7cafbfc7ef54d95899
@@ -30,12 +30,16 @@
 #!/bin/sh -ev
   mkdir build
   cd build
+# cocoa.o must be compiled using llvm-gcc
+  ../configure %c
+  make ui/cocoa.o
+# the rest must be compiled using "non-llvm-"gcc
   if [ -f /usr/bin/gcc-4.2 ]; then
     mygcc="gcc-4.2"
   elif [ -f %p/bin/gcc-4 ]; then
     mygcc="gcc-4"
   fi
-  ../configure %c
+  ../configure --cc=$mygcc --host-cc=$mygcc %c
   make
 <<
 


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to