forked from pool/schismtracker
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=12
18 lines
583 B
Diff
18 lines
583 B
Diff
Upstream: http://schismtracker.org/scdev/res/1357.html
|
|
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: schismtracker/Makefile.am
|
|
===================================================================
|
|
--- schismtracker.orig/Makefile.am
|
|
+++ schismtracker/Makefile.am
|
|
@@ -391,5 +391,5 @@ AM_CFLAGS = $(SDL_CFLAGS) $(cflags_alsa)
|
|
AM_OBJCFLAGS = $(AM_CFLAGS)
|
|
|
|
schismtracker_DEPENDENCIES = $(files_windres)
|
|
-schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM)
|
|
+schismtracker_LDADD = $(lib_asound) $(lib_win32) $(SDL_LIBS) $(LIBM) -ldl
|
|
|