Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/games
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv17940

Modified Files:
        sdl.info 
Log Message:
Attempt to fix XQuartz problems in SDL

Index: sdl.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/games/sdl.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- sdl.info    22 Jul 2013 16:39:02 -0000      1.6
+++ sdl.info    23 Jul 2013 14:47:08 -0000      1.7
@@ -19,7 +19,7 @@
 Revision: 2
 BuildDependsOnly: True
 Depends: %N-shlibs (= %v-%r)
-BuildDepends: x11-dev, fink (>= 0.24.12)
+BuildDepends: pkgconfig, x11-dev, fink (>= 0.24.12)
 Maintainer: Max Horn <m...@quendi.de>
 Source: http://www.libsdl.org/release/SDL-%v.tar.gz
 Source-MD5: 9d96df8417572a2afb781a7c4c811a85
@@ -27,8 +27,8 @@
 PatchFile-MD5: 75d392042cf351161585fa4a674fe795 
 PatchScript: <<
  #!/bin/bash -ev
-darwinvers=`sw_vers -productVersion | cut -d. -f1-2`
-if [[ $darwinvers > 10.7 ]]; then
+x11vers=`%p/bin/pkg-config --modversion x11 | cut -d. -f1-2`
+if [[ $x11vers > 1.5 ]]; then
  %{default_script}
 fi
 <<


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to