Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133823 | Differences between
and this patch

Collapse All | Expand All

(-)esound-0.2.36/Makefile.am.orig (-1 / +1 lines)
Lines 60-66 Link Here
60
	audio_win32.c
60
	audio_win32.c
61
61
62
libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)
62
libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)
63
libesddsp_la_LIBADD = $(DL_LIB) -lm
63
libesddsp_la_LIBADD = libesd.la $(DL_LIB) -lm
64
64
65
libesddsp_la_SOURCES = \
65
libesddsp_la_SOURCES = \
66
	esddsp.c
66
	esddsp.c
(-)esound-0.2.36/Makefile.in.orig (-1 / +1 lines)
Lines 374-380 Link Here
374
	audio_win32.c
374
	audio_win32.c
375
375
376
libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)
376
libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)
377
libesddsp_la_LIBADD = $(DL_LIB) -lm
377
libesddsp_la_LIBADD = libesd.la $(DL_LIB) -lm
378
libesddsp_la_SOURCES = \
378
libesddsp_la_SOURCES = \
379
	esddsp.c
379
	esddsp.c
380
380

Return to bug 133823