diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 14:12:36 +0000 |
commit | 6df3e23245b2c3793f24e4c42dd330d59419494c (patch) | |
tree | e86901dd11e5a970cf6211165d2b26dbe637e186 /audio/esound/files/patch-Makefile.in | |
parent | lang/squeak: Claimed fix for PowerPC (diff) |
Rename audio/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363157
Diffstat (limited to 'audio/esound/files/patch-Makefile.in')
-rw-r--r-- | audio/esound/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/esound/files/patch-Makefile.in b/audio/esound/files/patch-Makefile.in new file mode 100644 index 000000000000..a323a88f60ee --- /dev/null +++ b/audio/esound/files/patch-Makefile.in @@ -0,0 +1,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 |