Update of /cvsroot/fink/experimental/fangism/finkinfo
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13528

Modified Files:
        pingus.info 
Log Message:
gave up trying to use ccache with scons, added missing b/dep on libiconv


Index: pingus.info
===================================================================
RCS file: /cvsroot/fink/experimental/fangism/finkinfo/pingus.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pingus.info 12 Oct 2010 00:40:50 -0000      1.1
+++ pingus.info 12 Oct 2010 01:26:21 -0000      1.2
@@ -8,6 +8,7 @@
 BuildDepends: <<
   fink (>= 0.24.12),
   boost1.41.cmake,
+  libiconv-dev,
   libpng3,
   scons,
   sdl,
@@ -20,6 +21,7 @@
 # Replaces:
 Depends: <<
   boost1.41.cmake-shlibs,
+  libiconv,
   libpng3-shlibs,
   sdl-shlibs,
   sdl-image-shlibs,
@@ -52,12 +54,8 @@
   # Insufficient py-fu: attempts to pass CPPPATH failed, hence the sed-patch.
   mf=`echo $MAKEFLAGS | sed 's/.*\(-j[ ]*[0-9]*\).*/\1/'`
   echo "using scons flags: $mf"
-  if test -x %p/bin/ccache
-    comp="CC='ccache gcc' CXX='ccache g++'"
-    echo using auto-detected ccache
-  fi
-  # c="$c $comp $mf"
-  scons configure $c $comp $mf
+  # c="$c $mf"
+  scons configure $c $mf
   scons $mf
   # no dependency tracking to check headers
   # fink-package-precedence --headers .


------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to