lame-3.96-ccc.patch 658 B

1234567891011121314151617
  1. --- lame-3.96/configure.in.ccc 2004-04-11 10:45:19.000000000 -0400
  2. +++ lame-3.96/configure.in 2004-07-26 18:32:21.000000000 -0400
  3. @@ -915,11 +915,9 @@
  4. alpha*-*-linux*)
  5. ################################################################
  6. -#### Check if 'ccc' is in our path
  7. +#### Check if we're using Compaq's C Compiler: 'ccc'
  8. ################################################################
  9. -if test "`which ccc 2>/dev/null | grep -c ccc`" != "0" ; then
  10. - # Compaq's C Compiler
  11. - CC=ccc
  12. +if test "`echo $CC | sed 's/.*\///'`" = ccc; then
  13. ################################################################
  14. #### set 'OPTIMIZATION = -arch host -tune host'