libraries/zita-resampler: Fix 32bit build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5e8a9f57c4
commit
ba6f0951e1
|
@ -65,6 +65,11 @@ sed -e '/native/d' \
|
|||
-i source/Makefile
|
||||
sed -e 's|\ $(BINDIR)|\ $(DESTDIR)$(BINDIR)|' apps/Makefile
|
||||
|
||||
# Thanks to altlinux
|
||||
if [ "$ARCH" = "i586" ] || [ "$ARCH" = "i686" ]; then
|
||||
sed -e '/^CPPFLAGS += -DENABLE_SSE2/d' -i source/Makefile
|
||||
fi
|
||||
|
||||
make -C source
|
||||
ln -sv lib$PRGNAM.so.$VERSION source/lib$PRGNAM.so
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
Loading…
Reference in New Issue