[vlc-devel] commit: contribs: compilation fix for compilation	in x86_64 mode on Darwin ( Felix Paul K??hne )
    jpd at videolan.org 
    jpd at videolan.org
       
    Sat Jun 13 14:03:51 CEST 2009
    
    
  
>  case $HOST in
>      *powerpc*|*ppc*)
>           echo "ARCH=ppc" >> config.mak
> +         ARCH="ppc"
>       ;;
It might be a cleaner idea to change these (this one and alike) to:
	ARCH="ppc"
	echo "ARCH=$ARCH" >> config.mak
Unless, of course, the ARCH in the script should somehow be different
from the one in config.mak.
    
    
More information about the vlc-devel
mailing list