summaryrefslogtreecommitdiffstats
path: root/src/sdl_mixer.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-25 13:36:07 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-12-22 21:19:00 (GMT)
commit01e2a64d00ebcdc2aa31332eb33f9776d6d62f99 (patch)
tree2f985aec8dd2437d1acffb1ed9f8ac3936997a39 /src/sdl_mixer.mk
parent3a26dafbd19b86d3f36a2e48e44d130accaa2634 (diff)
downloadmxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.zip
mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.gz
mxe-01e2a64d00ebcdc2aa31332eb33f9776d6d62f99.tar.bz2
cross packages: replace dependency gcc with cc
Diffstat (limited to 'src/sdl_mixer.mk')
-rw-r--r--src/sdl_mixer.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl_mixer.mk b/src/sdl_mixer.mk
index 05d4ff1..3542e13 100644
--- a/src/sdl_mixer.mk
+++ b/src/sdl_mixer.mk
@@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f869
$(PKG)_SUBDIR := SDL_mixer-$($(PKG)_VERSION)
$(PKG)_FILE := SDL_mixer-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://www.libsdl.org/projects/SDL_mixer/release/$($(PKG)_FILE)
-$(PKG)_DEPS := gcc libmodplug ogg sdl smpeg vorbis
+$(PKG)_DEPS := cc libmodplug ogg sdl smpeg vorbis
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://hg.libsdl.org/SDL_mixer/tags' | \