Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv3188

Modified Files:
        libavcodec53-shlibs.info 
Log Message:
don't auto-detect gcc-4.2 on darwin8 (dominique)


Index: libavcodec53-shlibs.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/10.4-EOL/graphics/libavcodec53-shlibs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- libavcodec53-shlibs.info    4 Jan 2013 23:41:31 -0000       1.7
+++ libavcodec53-shlibs.info    27 Jan 2013 18:49:47 -0000      1.8
@@ -144,7 +144,9 @@
   mkdir build
   cd build
     # Prefer compilation with gcc-4.2 if available
-    if [ -x /usr/bin/gcc-4.2 ]; then
+    # but not on darwin8
+    darwin_vers=`uname -r | cut -d. -f1`
+    if [ -x /usr/bin/gcc-4.2 -a $darwin_vers != 8 ]; then
       ../configure %c --cc=gcc-4.2
     else
       ../configure %c


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to