summaryrefslogtreecommitdiffstats
path: root/audio/esound/files/patch-aa
blob: a323a88f60ee3fa32eeca5370e5a4ec351d9b98d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Makefile.in.orig    2008-07-17 13:45:22.000000000 -0400
+++ Makefile.in 2008-07-17 13:45:46.000000000 -0400
@@ -342,7 +342,7 @@ bin_SCRIPTS = \
 
 lib_LTLIBRARIES = libesd.la $(libesddsp_la)
 libesd_la_CFLAGS = $(AM_CFLAGS)
-libesd_la_LDFLAGS = -version-info $(ESD_VERSION_INFO) -no-undefined
+libesd_la_LDFLAGS = -version-info 2:0:0 -no-undefined
 libesd_la_LIBADD = $(AUDIOFILE_LIBS) $(SOUND_LIBS)
 libesd_la_SOURCES = \
    esdlib.c    \
@@ -373,7 +373,7 @@ AUDIO_BACKENDS = \
    audio_solaris.c     \
    audio_win32.c
 
-libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO)
+libesddsp_la_LDFLAGS = -version-info 2:0:0
 libesddsp_la_LIBADD = libesd.la $(DL_LIB) -lm
 libesddsp_la_SOURCES = \
    esddsp.c