$OpenBSD: patch-plugins_sndfile_Makefile_am,v 1.1 2012/08/10 17:25:01 shadchin Exp $
--- plugins/sndfile/Makefile.am.orig	Thu Aug  9 23:49:44 2012
+++ plugins/sndfile/Makefile.am	Thu Aug  9 23:49:51 2012
@@ -2,7 +2,7 @@ if HAVE_SNDFILE
 sndfiledir = $(libdir)/$(PACKAGE)
 pkglib_LTLIBRARIES = sndfile.la
 sndfile_la_SOURCES = sndfile.c
-sndfile_la_LDFLAGS = -module
+sndfile_la_LDFLAGS = -module -avoid-version
 
 sndfile_la_LIBADD = $(LDADD) $(SNDFILE_LIBS)
 AM_CFLAGS = $(CFLAGS) -std=c99
