Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1381

Modified Files:
        sdl.info 
Log Message:
Another attempt to get SDL compiling on 10.5/x86_64

Index: sdl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/games/sdl.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- sdl.info    21 Oct 2009 09:27:29 -0000      1.21
+++ sdl.info    23 Oct 2009 07:36:42 -0000      1.22
@@ -16,15 +16,22 @@
 
 Package: sdl
 Version: 1.2.14
-Revision: 2
+Revision: 3
 BuildDependsOnly: True
+BuildDepends: (%m = x86_64) gcc4.2
 Depends: %N-shlibs (= %v-%r)
 BuildDepends: x11-dev, fink (>= 0.24.12)
 Maintainer: Max Horn <m...@quendi.de>
 Source: http://www.libsdl.org/release/SDL-%v.tar.gz
 Source-MD5: e52086d1b508fa0b76c52ee30b55bec4
 ConfigureParams: --mandir=%p/share/man
-CompileScript: ./configure %c; DISTCC_HOSTS='' MAKEFLAGS='-j1' make
+CompileScript: <<
+#!/bin/sh -ev
+if [ "%m" == "x86_64" ]; then
+ export CC=gcc-4.2
+fi
+./configure %c; DISTCC_HOSTS='' MAKEFLAGS='-j1' make
+<<
 InstallScript: make install DESTDIR=%d
 SplitOff: <<
   Package: %N-shlibs


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to