Browse Source

fftw: changed to use var_append() to add extra configure options

stable/0.2
Christian Wiese 15 years ago
parent
commit
1b56cc5ebf
  1. 4
      multimedia/fftw/fftw.conf

4
multimedia/fftw/fftw.conf

@ -16,8 +16,8 @@
# Optimization # Optimization
if [ $arch_machine = i686 -o $arch_machine = i586 -o $arch_machine = i486 -o $arch_machine = Intel -o $arch_machine = k6 -o $arch_machine = k7 ] ; then if [ $arch_machine = i686 -o $arch_machine = i586 -o $arch_machine = i486 -o $arch_machine = Intel -o $arch_machine = k6 -o $arch_machine = k7 ] ; then
confopt="$confopt --enable-i386-hacks" var_append extraconfopt ' ' '--enable-i386-hacks'
echo_status "Enable i386 hacks" echo_status "Enable i386 hacks"
fi fi
confopt="$confopt --enable-threads" var_append extraconfopt ' ' '--enable-threads'

Loading…
Cancel
Save