removed sdl from mikmod cflags, since we dropped SDL from the
authorJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 12 Aug 2020 05:04:03 +0000 (08:04 +0300)
committerJohn Tsiombikas <nuclear@member.fsf.org>
Wed, 12 Aug 2020 05:04:03 +0000 (08:04 +0300)
cross-platform version

libs/mikmod/GNUmakefile

index 9f472ff..7fcc00e 100644 (file)
@@ -10,7 +10,7 @@ alib = libmikmod.a
 def = -DHAVE_CONFIG_H -DMIKMOD_BUILD
 inc = -I. -Iinclude
 warn = -pedantic -Wall -Wno-unused-variable -Wno-unused-function
-CFLAGS = -m32 $(warn) -g $(def) $(inc) `pkg-config --cflags sdl`
+CFLAGS = -m32 $(warn) -g $(def) $(inc)
 
 $(alib): $(obj)
        $(AR) rcs $@ $(obj)