mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-13 20:02:24 +01:00
12 lines
513 B
Diff
12 lines
513 B
Diff
--- ./src/mod/formats/mod_shout/Makefile.orig
|
|
+++ ./src/mod/formats/mod_shout/Makefile
|
|
@@ -28,7 +28,7 @@
|
|
|
|
$(MPG123_BUILDDIR)/Makefile: $(MPG123_DIR)
|
|
mkdir -p $(MPG123_BUILDDIR)
|
|
- cd $(MPG123_BUILDDIR) && $(DEFAULT_VARS) $(MPG123_DIR)/configure $(DEFAULT_ARGS) --srcdir=$(MPG123_DIR) CPPFLAGS= LDFLAGS=
|
|
+ cd $(MPG123_BUILDDIR) && $(DEFAULT_VARS) $(MPG123_DIR)/configure $(DEFAULT_ARGS) --with-cpu=i386_fpu --srcdir=$(MPG123_DIR) CPPFLAGS= LDFLAGS=
|
|
$(TOUCH_TARGET)
|
|
|
|
$(MPG123LA): $(MPG123_BUILDDIR)/Makefile
|