Jan Engelhardt
54556b4d74
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=11
16 lines
527 B
Diff
16 lines
527 B
Diff
---
|
|
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
|
|
|