# HG changeset patch # User Christophe Lincoln # Date 1254261002 -7200 # Node ID a48c016d40fb3c7d4a28c7c50a80a1193b691325 # Parent 29d2b6fe566a9dd238fe1772292cdf642e68abd6 Fix: build mhwaveedit --without-esound diff -r 29d2b6fe566a -r a48c016d40fb mhwaveedit/receipt --- a/mhwaveedit/receipt Tue Sep 29 23:49:27 2009 +0200 +++ b/mhwaveedit/receipt Tue Sep 29 23:50:02 2009 +0200 @@ -25,6 +25,7 @@ --without-libsamplerate \ --without-portaudio \ --without-libsndfile \ + --without-esound \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install @@ -36,4 +37,3 @@ mkdir -p $fs/usr/share cp -a $_pkg/usr/bin $fs/usr } -