projects
/
dosdemo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a24842
)
removed sdl from mikmod cflags, since we dropped SDL from the
author
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 12 Aug 2020 05:04:03 +0000
(08:04 +0300)
committer
John Tsiombikas
<nuclear@member.fsf.org>
Wed, 12 Aug 2020 05:04:03 +0000
(08:04 +0300)
cross-platform version
libs/mikmod/GNUmakefile
patch
|
blob
|
history
diff --git
a/libs/mikmod/GNUmakefile
b/libs/mikmod/GNUmakefile
index
9f472ff
..
7fcc00e
100644
(file)
--- a/
libs/mikmod/GNUmakefile
+++ b/
libs/mikmod/GNUmakefile
@@
-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)