audio/alsaequal: Don't override CFLAGS

Makefile sets -O2 and other stuff, and the "other stuff" is
apparently important, because this doesn't work without it.
No sense in trying to figure out why, I suppose - easier to
just let upstream win.  :-)

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2011-03-05 19:29:44 -06:00
parent c6cf8b80af
commit 7d992b4301

View file

@ -72,7 +72,7 @@ find . \
# Fixes for x86_64
sed "s/@LIBDIRSUFFIX@/$LIBDIRSUFFIX/g" $CWD/lib64fix.diff | patch -p1
make CFLAGS="$SLKCFLAGS" Q=
make Q=
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \