c9d7654329
- Add schismtracker-link.patch to link with new ld OBS-URL: https://build.opensuse.org/request/show/85401 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=10
10 lines
349 B
Diff
10 lines
349 B
Diff
--- Makefile.am 2011-04-09 03:19:16.000000000 +0200
|
|
+++ Makefile.am 2011-09-29 11:05:53.551173156 +0200
|
|
@@ -391,5 +391,5 @@
|
|
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
|
|
|